Skip to content

Releases: yext/terraform-provider-site

v0.1.0

18 Jun 04:10
Compare
Choose a tag to compare

Initial release

data.site_filter

Inputs

site_yamls

  • Type: map(string)
  • Required

A map of site config YAMLs, keyed by site ID.

filter

  • Type: string
  • Required

A valid github.com/gobwas/glob glob for matching site fully-qualified names (FQN's).

separator

  • Type: string
  • Optional (default: ".")

A single-character separator for the glob.

Outputs

sites

  • Type: set(string)

A set of site IDs from the keys of site_yamls, whose FQNs match filter.