alicloud_cloud_firewall_vpc_firewalls

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

Example Usage

data "alicloud_cloud_firewall_vpc_firewalls" "default" {
  ids               = ["id-example"]
  member_uid        = "1415189284827022"
  status            = "closed"
  vpc_firewall_name = "tf-test"
}

output "alicloud_cfw_vpc_firewall_example_id" {
  value = data.alicloud_cloud_firewall_vpc_firewalls.default.firewalls.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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