Which of these are features of HCP Terraform/Terraform Cloud? Pick the 2 correct responses below.
How could you reference an attribute from the vsphere_datacenter data source for use with the datacenter_id argument within the vsphere_folder resource in the following configuration?
terraform validate reports syntax check errors for which of the following?
You’ve updated your Terraform configuration, and you need to preview the proposed changes to your infrastructure. Which command should you run?
Only the user that generated a terraform plan may apply it.
Which of the following is not a valid Terraform variable type?
Exhibit:
module " web_stack " {
source = " ./modules/web_stack "
}
Your configuration defines the module block shown in the exhibit. The web_stack module accepts an input variable named servers. Which of the following changes to the module block sets the servers variable to the value of 3?
You should run terraform fnt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.
By default, if you do not define a backend for your configuration, where does Terraform store information about the resources that it manages?
Which of these statements about Terraform Cloud workspaces is false?