Which of the following Terraform files should be ignored by Git when committing code to a repo? (select two)
Select all Operating Systems that Terraform is available for. (select five)
What feature of Vault would allow you to architect a "Vault within a Vault"?
True or False?
terraform init cannot automatically download Community providers.
Why is it a good idea to declare the required version of a provider in a Terraform configuration file?
1. terraform {
2. required_providers {
3. aws = "~> 1.0"
4. }
5. }
After logging into the Vault UI, a user complains that they cannot enable Replication. Why would the replication configuration be missing?
Which of the following represents a feature of Terraform Cloud that is NOT free to customers?
Which of the following commands will launch the Interactive console for Terraform interpolations?