alicloud_cloud_firewall_address_book

Provides a Cloud Firewall Address Book resource.

For information about Cloud Firewall Address Book and how to use it, see What is Address Book.

Example Usage

Basic Usage

resource "alicloud_cloud_firewall_address_book" "example" {
  description      = "example_value"
  group_name       = "example_value"
  group_type       = "tag"
  tag_relation     = "and"
  auto_add_tag_ecs = 0
  ecs_tags {
    tag_key   = "created"
    tag_value = "tfTestAcc0"
  }
}

Argument Reference

The following arguments are supported:

ecs_tags

The ecs_tags supports the following:

Attributes Reference

The following attributes are exported:

Import

Cloud Firewall Address Book can be imported using the id, e.g.

$ terraform import alicloud_cloud_firewall_address_book.example <id>