| page_title | subcategory | description |
|---|---|---|
citrix_gac_discovery Resource - citrix |
Citrix Cloud |
Manages the Global App Configuration Discovery. |
Manages the Global App Configuration Discovery.
resource "citrix_gac_discovery" "example-gac-discovery" {
domain = "example-domain.com"
service_urls = ["https://example.com:443", "https://example2.com:80"]
allowed_web_store_urls = ["https://example.com", "https://example2.com"]
}domain(String) Domain name of the discovery record. The domain must not contain uppercase letters.service_urls(Set of String) The list of store URLs that are returned for email-based discovery. Each URL must end with a port number like example.com:443.
allowed_web_store_urls(Set of String) The list of custom Web URLs, URL needs to match the domain claimed (Optional).
Import is supported using the following syntax:
# Global App Configuration Discovery can be imported by specifying the domain
terraform import citrix_gac_discovery.example-gac-discovery example-domain.com