page_title | subcategory | description |
---|---|---|
citrix_zone Resource - citrix |
Manages a zone.
For cloud DDC, Zones and Cloud Connectors are managed only by Citrix Cloud. Ensure you have a resource location manually created and connectors deployed in it. You may then apply or import the zone using the zone Id. |
Manages a zone. For cloud DDC, Zones and Cloud Connectors are managed only by Citrix Cloud. Ensure you have a resource location manually created and connectors deployed in it. You may then apply or import the zone using the zone Id.
resource "citrix_zone" "example-zone" {
name = "example-zone"
description = "zone example"
metadata = [
{
name = "key1"
value = "value1"
}
]
}
name
(String) Name of the zone. For Cloud DDC, ensure this matches the name of the existing zone that needs to be used.
description
(String) Description of the zone. For Cloud DDC, ensure this matches the description of the existing zone that needs to be used.metadata
(Attributes List) Metadata of the zone. Cannot be modified in DaaS cloud. (see below for nested schema)
id
(String) GUID identifier of the zone.
Required:
name
(String) Metadata name.value
(String) Metadata value.
Import is supported using the following syntax:
# Zone can be imported by specifying the GUID
terraform import citrix_zone.example-zone 06e5981e-dbaf-48db-b134-245fca2dc672