alicloud_sddp_configs

This data source provides the Sddp Configs of the current Alibaba Cloud user.

Example Usage

Basic Usage

resource "alicloud_sddp_config" "default" {
  code  = "access_failed_cnt"
  value = 10
}
data "alicloud_sddp_configs" "default" {
  ids         = [alicloud_sddp_config.default.id]
  output_file = "./t.json"
}
output "sddp_config_id" {
  value = data.alicloud_sddp_configs.default.ids
}

Argument Reference

The following arguments are supported:

Argument Reference

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