Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.21 KB

storefront_server.md

File metadata and controls

48 lines (34 loc) · 1.21 KB
page_title subcategory description
citrix_storefront_server Resource - citrix
CVAD
Manages a StoreFront server.

citrix_storefront_server (Resource)

Manages a StoreFront server.

Example Usage

resource "citrix_storefront_server" "example-storefront_server" {
    name                = "example-storefront-server"
    description         = "StoreFront server example"
    url                 = "https://storefront.example.com/citrix/store"
    enabled             = true
}

Schema

Required

  • description (String) Description of the StoreFront server.
  • name (String) Name of the StoreFront server.
  • url (String) URL for connecting to the StoreFront server.

Optional

  • enabled (Boolean) Indicates if the StoreFront server is enabled. Default is true.

Read-Only

  • id (String) GUID identifier of the StoreFront server.

Import

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