You want to use API tokens and other secrets within your team's Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick the 3 correct responses)
Which method for sharing Terraform modules fulfills the following criteria:
Keeps the module configurations confidential within your organization.
Supports Terraform's semantic version constraints.
Provides a browsable directory of your modules.
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?
A child module can always access variables declared in its parent module.
Which type of block fetches or computes information for use elsewhere in a Terraform configuration?
What does the default "local" Terraform backend store?
Which Terraform command checks that your configuration syntax is correct?
Terraform installs its providers during which phase?
Where can Terraform not load a provider from?
Which command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?