Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.11 KB

File metadata and controls

37 lines (27 loc) · 1.11 KB
page_title subcategory description
citrix_stf_xenapp_default_store Resource - citrix
StoreFront
Default Storefront Store for XenApp Service.

citrix_stf_xenapp_default_store (Resource)

Default Storefront Store for XenApp Service.

Example Usage

resource "citrix_stf_xenapp_default_store" "example-stf-xenapp-default-store" {
	store_virtual_path      = citrix_stf_store_service.example-stf-store-service.virtual_path
    store_site_id           = citrix_stf_store_service.example-stf-store-service.site_id
}

Schema

Required

  • store_site_id (String) The Site ID of the StoreFront Default Store for XenApp Service.
  • store_virtual_path (String) The Virtual Path of the StoreFront Default Store for XenApp Service.

Import

Import is supported using the following syntax:

# StoreFront Default Store can be imported with the Store SiteId and Service path
terraform import citrix_stf_xenapp_default_store.example-stf-xenapp-default-store 1,"/Citrix/Store"