provider property
Optional Terraform provider meta-argument: a provider name
('google-beta' on a GA type) or a name.alias pair ('google.eu').
When set, synth emits "provider": "<value>" on the block and requires
a StackProvider registered with that StackProvider.providerName and
StackProvider.alias. Omit for the default configuration of the
provider implied by terraformType's prefix. Every curated factory
exposes it as its provider: constructor parameter.
Implementation
final String? provider;