alicloud_cr_chart_namespaces

This data source provides the Cr Chart Namespaces of the current Alibaba Cloud user.

Example Usage

Basic Usage

resource "alicloud_cr_ee_instance" "default" {
  payment_type  = "Subscription"
  period        = 1
  instance_type = "Advanced"
  instance_name = "name"
}

resource "alicloud_cr_chart_namespace" "default" {
  instance_id    = alicloud_cr_ee_instance.default.id
  namespace_name = "name"
}
data "alicloud_cr_chart_namespaces" "default" {
  instance_id = alicloud_cr_ee_instance.default.id
}
output "output" {
  default = data.alicloud_cr_chart_namespaces.default.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: