» alicloud_pvtz_zone
Provides a Private Zone resource.
NOTE: Terraform will auto Create a Private Zone while it uses alicloud_pvtz_zone
to build a Private Zone resource.
» Example Usage
Basic Usage
resource "alicloud_pvtz_zone" "foo" {
name = "foo.test.com"
}
» Argument Reference
The following arguments are supported:
» Attributes Reference
The following attributes are exported:
-
id
- The ID of the Private Zone. -
record_count
- The count of the Private Zone Record.
» Import
Private Zone can be imported using the id, e.g.
$ terraform import alicloud_pvtz_zone.example abc123456