alicloud_simple_application_server_firewall_rules

This data source provides the Simple Application Server Firewall Rules of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_simple_application_server_firewall_rules" "ids" {
  instance_id = "example_value"
  ids         = ["example_value-1", "example_value-2"]
}
output "simple_application_server_firewall_rule_id_1" {
  value = data.alicloud_simple_application_server_firewall_rules.ids.rules.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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