alicloud_service_catalog_product_version
更新时间:
Provides a Service Catalog Product Version resource.
There can be one or more versions of the product.
For information about Service Catalog Product Version and how to use it, see What is Product Version.
-> NOTE: Available since v1.230.0.
Example Usage
Basic Usage
variable "name" {
default = "terraform-example"
}
provider "alicloud" {
region = "cn-hangzhou"
}
resource "alicloud_service_catalog_product" "defaultmaeTcE" {
provider_name = var.name
product_name = var.name
product_type = "Ros"
}
resource "alicloud_service_catalog_product_version" "default" {
guidance = "Default"
template_url = "oss://servicecatalog-cn-hangzhou/1466115886172051/terraform/template/tpl-bp1x4v3r44u7u7/template.json"
active = true
description = "产品版本测试"
product_version_name = var.name
product_id = alicloud_service_catalog_product.defaultmaeTcE.id
template_type = "RosTerraformTemplate"
}
Argument Reference
The following arguments are supported:
active
- (Optional) Whether the version is activateddescription
- (Optional) Version descriptionguidance
- (Optional) Administrator guidanceproduct_id
- (Required, ForceNew) Product IDproduct_version_name
- (Required) The name of the resourcetemplate_type
- (Required, ForceNew) Template Typetemplate_url
- (Required, ForceNew) Template URL
Attributes Reference
The following attributes are exported:
id
- The ID of the resource supplied above.create_time
- The creation time of the resource
Timeouts
The timeouts
block allows you to specify timeouts for certain actions:
create
- (Defaults to 5 mins) Used when create the Product Version.delete
- (Defaults to 5 mins) Used when delete the Product Version.update
- (Defaults to 5 mins) Used when update the Product Version.
Import
Service Catalog Product Version can be imported using the id, e.g.
$ terraform import alicloud_service_catalog_product_version.example <id>
文档内容是否对您有帮助?