# Functions
New creates TerraformConfig with the given module name and its inputs (module source, version, parameters) Parameters are populated from environment recipe and resource recipe metadata.
# Structs
RequiredProviderInfo represents details for a provider listed under the required_providers block in a Terraform module.
TerraformConfig represents the Terraform configuration file structure for properties populated in the configuration by Radius.
No description provided by the author
# Type aliases
RecipeParams is the map of recipe parameters and its values.
TFModuleConfig is the type of Terraform module configuration.