When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
Which option cannot be used to keep secrets out of Terraform configuration files?
Terraform encrypts sensitive values stored in your state file.
You have provisioned some virtual machines (VMs) on Google Cloud Platform (GCP) using the gcloud command line tool. However, you are standardizing with Terraform and want to manage these VMs using Terraform instead. What are the two things you must do to achieve this? Choose two correct answers.
When you use a backend that requires authentication, it is best practice to:
You are working on some new application features and you want to spin up a copy of your production deployment to perform some quick tests. In order to avoid having to configure a new state backend, what open source Terraform feature would allow you create multiple states but still be associated with your current code?
In Terraform HCL, an object type of object({name=string, age-number}) would match this value.
