TerraformProvider is an abstract class that all generated provider classes inherit from.
Properties
terraformResourceType
readonly terraformResourceType: string
The type of the provider (e.g., aws).
terraformProviderSource
readonly terraformProviderSource: string
The source of the provider (e.g., hashicorp/aws).
alias
readonly alias?: string
The alias for the provider instance.
fqn
readonly fqn: string
The fully qualified name of the provider.
Usage
Generated provider classes (likeAwsProvider) inherit from this class and provide specific configuration options.