文档

alicloud_cloud_firewall_instance_members

更新时间:
一键部署

This data source provides Cloud Firewall Instance Member available to the user.What is Instance Member

-> NOTE: Available in 1.194.0+

Example Usage

data "alicloud_cloud_firewall_instance_members" "default" {
  ids = ["${alicloud_cloud_firewall_instance_member.default.id}"]
}

output "alicloud_cloud_firewall_instance_member_example_id" {
  value = data.alicloud_cloud_firewall_instance_members.default.members.0.id
}

Argument Reference

The following arguments are supported:

  • ids - (Optional, ForceNew, Computed) A list of Instance Member IDs.
  • 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 Member IDs.
  • members - A list of Instance Member Entries. Each element contains the following attributes:
    • create_time - When the cloud firewall member account was added.> use second-level timestamp format.
    • member_desc - Remarks of cloud firewall member accounts.
    • member_display_name - The name of the cloud firewall member account.
    • member_uid - The UID of the cloud firewall member account.
    • modify_time - The last modification time of the cloud firewall member account.> use second-level timestamp format.
    • status - The resource attribute field that represents the resource status.

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