Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@atavakoliyext atavakoliyext released this 18 Jun 04:10
· 2 commits to main since this release

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.