Which two steps are required to provision new infrastructure in the Terraform workflow? (Pick the 2 correct responses below.)
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)
What functionality do providers offer in Terraform?(Pick 3 correct responses)
Terraformrequiresthe Go runtime as a prerequisite for installation.
A module block is shown in the Exhibit space of this page. When you use a module block to reference a module from the Terraform Registry such as the one in the example, how do you specify version 1.0.0 of the module?
In a HCP Terraform/Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
Exhibit:
Error: Saved plan is stale
The given plan file can no longer be applied because the state was changed by another operation after the plan was created.
You have a saved execution plan containing desired changes for infrastructure managed by Terraform. After running terraform apply my.tfplan, you receive the error shown. How can you apply the desired changes? (Pick the 2 correct responses below.)
terraform init creates an example main.tf file in the current directory.
Which is not a benefit of adopting IaC (Infrastructure as Code)?