alicloud_wafv3_instance

更新时间:

Provides a Wafv3 Instance resource.

For information about Wafv3 Instance and how to use it, see What is Instance.

-> NOTE: Available since v1.200.0.

Example Usage

Basic Usage


provider "alicloud" {
  alias = "singapore"
  # when you want to create in specific region, you can set the region here.
  region = "ap-southeast-1"
}

resource "alicloud_wafv3_instance" "example" {
  provider = alicloud.singapore
}

Attributes Reference

The following attributes are exported:

  • id - The key of the resource supplied above.
  • create_time - The creation time of the resource
  • instance_id - The first ID of the resource
  • status - The status of the resource

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

  • create - (Defaults to 1 mins) Used when create the Instance.
  • delete - (Defaults to 1 mins) Used when delete the Instance.

Import

Wafv3 Instance can be imported using the id, e.g.

$ terraform import alicloud_wafv3_instance.example <id>