You're writing a Terraform configuration that needs to read input from a local file called id_rsa.pub . Which built-in Terraform function can you use to import the file's contents as a string?
Which of these actions will prevent two Terraform runs from changing the same state file at the same time?
You much initialize your working directory before running terraform validate.
In a Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.
A child module can always access variables declared in its parent module.
Which of the following is not a valid Terraform variable type?
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 two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
You are using a networking module in your Terraform configuration with the name label my-network. In your main configuration you have the following code:
When you run terraform validate, you get the following error:
What must you do to successfully retrieve this value from your networking module?
The Terraform binary version and provider versions must match each other in a single configuration.