$ git clone [email protected]:yext/terraform-provider-site
$ cd terraform-provider-site
$ go build
- Install the plugin per these instructions.
- After placing it into your plugins directory, run
terraform init
to initialize it.
- Type:
map(string)
- Required
A map of site config YAMLs, keyed by site ID.
- Type:
string
- Required
A valid github.com/gobwas/glob glob for matching site fully-qualified names (FQN's).
- Type:
string
- Optional (default:
"."
)
A single-character separator for the glob.
- Type:
set(string)
A set of site IDs from the keys of site_yamls
, whose FQNs match filter
.