page_title | subcategory | description |
---|---|---|
citrix_storefront_server Resource - citrix |
CVAD |
Manages a StoreFront server. |
Manages a StoreFront server.
resource "citrix_storefront_server" "example-storefront_server" {
name = "example-storefront-server"
description = "StoreFront server example"
url = "https://storefront.example.com/citrix/store"
enabled = true
}
description
(String) Description of the StoreFront server.enabled
(Boolean) Indicates if the StoreFront server is enabled.name
(String) Name of the StoreFront server.url
(String) URL for connecting to the StoreFront server.
id
(String) GUID identifier of the StoreFront server.
Import is supported using the following syntax:
# StoreFront Server can be imported by specifying the GUID
terraform import citrix_storefront_server.example-storefront-server f60476fd-360d-4d35-861d-da8404652b166