When using multiple configurations of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
Module version is required to reference a module on the Terraform Module Registry.
A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of the resource block?
The HCP Terraform private registry keeps the module configurations confidential within your organization.
Module variable assignments are inherited from the parent module and you do not need to explicitly set them.
Exhibit:
provider " aws " { region = " us-east-1 " }
provider " aws " { region = " us-west-2 " }
You need to deploy resources into two different AWS regions in the same Terraform configuration using the provider blocks shown in the exhibit. What do you need to add to the provider configuration to deploy a resource to the us-west-2 AWS region?
How do you specify a module’s version when publishing it to the public terraform Module Registry?