Provides a MHUB Product resource.
For information about MHUB Product and how to use it, see What is Product.
Basic Usage
provider "alicloud" {
region = "cn-shanghai"
}
resource "alicloud_mhub_product" "example" {
product_name = "example_value"
}
The following arguments are supported:
product_name
- (Required) ProductName.The following attributes are exported:
id
- The resource ID in terraform of Product.MHUB Product can be imported using the id, e.g.
$ terraform import alicloud_mhub_product.example <id>