Provides a Wafv3 Instance resource.
For information about Wafv3 Instance and how to use it, see What is Instance.
Basic Usage
resource "alicloud_wafv3_instance" "default" {
}
The following arguments are supported:
The following attributes are exported:
id
- The key
of the resource supplied above.create_time
- The creation time of the resourceinstance_id
- The first ID of the resourcestatus
- The status of the resourceThe 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.Wafv3 Instance can be imported using the id, e.g.
$ terraform import alicloud_wafv3_instance.example <id>