Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.25 KB

File metadata and controls

42 lines (30 loc) · 1.25 KB
page_title subcategory description
citrix_gac_discovery Resource - citrix
Citrix Cloud
Manages the Global App Configuration Discovery.

citrix_gac_discovery (Resource)

Manages the Global App Configuration Discovery.

Example Usage

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"]
}

Schema

Required

  • 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.

Optional

  • allowed_web_store_urls (Set of String) The list of custom Web URLs, URL needs to match the domain claimed (Optional).

Import

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