Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.51 KB

File metadata and controls

47 lines (32 loc) · 1.51 KB
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.

citrix_cloud_resource_location (Resource)

Manages a Citrix Cloud resource location.

~> Please Note For Citrix Cloud Customer, DaaS Zone permissions are required to manage Citrix Cloud Resource Location.

Example Usage

resource "citrix_cloud_resource_location" "example-resource-location" {
    name = "example-resource-location"
}

Schema

Required

  • name (String) Name of the resource location.

Optional

  • internal_only (Boolean) Flag to determine if the resource location can only be used internally. Defaults to false.
  • time_zone (String) Timezone associated with the resource location. Please refer to the Timezone column in the following table for allowed values.

Read-Only

  • id (String) ID of the resource location.

Import

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