When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)
You need to deploy resources into two different cloud regions in the same Terraform configuration. To do that, you declare multiple provider configurations as follows:What meta-argument do you need to configure in a resource block to deploy the resource to the `us-west-2` AWS region?
You have declared an input variable called environment in your parent module. What must you do to pass the value to a child module in the configuration?
If a module declares a variable with a default, that variable must also be defined within the module.
Which option cannot be used to keep secrets out of Terraform configuration files?
Which of the following is not true of Terraform providers?