| page_title | subcategory | description |
|---|---|---|
citrix_cloud_resource_location Resource - citrix |
Citrix Cloud |
Manages a Citrix Cloud resource location.
~> Please Note For Citrix Cloud Customer, DaaS Zone permissions are required to manage Citrix Cloud Resource Location. |
Manages a Citrix Cloud resource location.
~> Please Note For Citrix Cloud Customer, DaaS Zone permissions are required to manage Citrix Cloud Resource Location.
resource "citrix_cloud_resource_location" "example-resource-location" {
name = "example-resource-location"
}name(String) Name of the resource location.
internal_only(Boolean) Flag to determine if the resource location can only be used internally. Defaults tofalse.time_zone(String) Timezone associated with the resource location. Please refer to theTimezonecolumn in the following table for allowed values.
id(String) ID of the resource location.
Import is supported using the following syntax:
# Resource Location can be imported by specifying the resource location GUID
terraform import citrix_cloud_resource_location.test_resource_location 00000000-0000-0000-0000-000000000000