HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 20
List of questions
Related 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