alicloud_fc_services

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

Example Usage

data "alicloud_fc_services" "fc_services_ds" {
  name_regex = "sample_fc_service"
}

output "first_fc_service_name" {
  value = "${data.alicloud_fc_services.fc_services_ds.services.0.name}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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