HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 20
List of questions
Question 191
Which of these are features of HCP Terraform/Terraform Cloud? Pick the 2 correct responses below.
Question 192
Which of the following is not a way to trigger terraform destroy?
Question 193
When you include a module block in your configuration that references a module from the Terraform Registry, the 'version' attribute is required.
Question 194
Your root module contains a variable named num_servers. Which is the correct way to pass its value to a child module with an input named servers?
Question 195
What is the provider for the resource shown in the Exhibit?
resource 'aws_vpc' 'main' {
name = 'test'
}
Question 196
What is modified when executing Terraform in refresh-only mode?
Question 197
Which of the following locations can Terraform use as a private source for modules? (Pick 2 correct responses)
Question 198
terraform destroy is the only way to remove infrastructure.
Question 199
Terraform installs its providers during which phase?
Question 200
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?
Question