alicloud_fc_custom_domains

This data source provides the Function Compute custom domains of the current Alibaba Cloud user.

Example Usage

data "alicloud_fc_custom_domains" "fc_domains" {
  name_regex = "sample_fc_custom_domain"
}

output "first_fc_custom_domain_name" {
  value = data.alicloud_fc_custom_domains.fc_domains_ds.domains.0.domain_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

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