alicloud_mhub_product

更新时间:

Provides a MHUB Product resource.

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

-> NOTE: Available since v1.138.0+.

-> NOTE: At present, the resource only supports cn-shanghai region.

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:

  • product_name - (Required) ProductName.

Attributes Reference

The following attributes are exported:

  • id - The resource ID in terraform of Product.

Import

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

$ terraform import alicloud_mhub_product.example <id>