文档

alicloud_wafv3_instances

更新时间:
一键部署

This data source provides Wafv3 Instance available to the user.What is Instance

-> NOTE: Available in 1.200.0+

Example Usage

data "alicloud_wafv3_instances" "default" {
}

output "alicloud_wafv3_instance_example_id" {
  value = data.alicloud_wafv3_instances.default.instances.0.id
}

Argument Reference

The following arguments are supported:

  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Attributes Reference

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

  • ids - A list of Instance IDs.
  • instances - A list of Instance Entries. Each element contains the following attributes:
    • create_time - The creation time of the resource.
    • instance_id - The first ID of the resource.
    • id - The ID of the resource.
    • status - The status of the resource.

  • 本页导读 (0)
文档反馈