alicloud_service_catalog_portfolio

Provides a Service Catalog Portfolio resource.

For information about Service Catalog Portfolio and how to use it, see What is Portfolio.

Example Usage

Basic Usage

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

variable "name" {
  default = "tf_example"
}
resource "alicloud_service_catalog_portfolio" "default" {
  portfolio_name = var.name
  provider_name  = var.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Service Catalog Portfolio can be imported using the id, e.g.

$ terraform import alicloud_service_catalog_portfolio.example <id>