alicloud_mhub_product

Provides a MHUB Product resource.

For information about MHUB Product and how to use it, see What is Product.

Example Usage

Basic Usage

provider "alicloud" {
  region = "cn-shanghai"
}

resource "alicloud_mhub_product" "example" {
  product_name = "example_value"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

MHUB Product can be imported using the id, e.g.

$ terraform import alicloud_mhub_product.example <id>