alicloud_scdn_domains

This data source provides the Scdn Domains of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_scdn_domains" "nameRegex" {
  name_regex = "^my-Domain"
}
output "scdn_domain_id" {
  value = data.alicloud_scdn_domains.nameRegex.domains.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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