| page_title | subcategory | description |
|---|---|---|
citrix_stf_xenapp_default_store Resource - citrix |
StoreFront |
Default Storefront Store for XenApp Service. |
Default Storefront Store for XenApp Service.
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
}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 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"