HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 12
List of questions
Question 111

What is the workflow for deploying new infrastructure with Terraform?
Question 112

Select the command that doesn't cause Terraform to refresh its state.
Question 113

Which command lets you experiment with terraform expressions?
Question 114

If a DevOps team adopts AWS CloudFormation as their standardized method for provisioning public cloud resoruces, which of the following scenarios poses a challenge for this team?
Question 115

When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
Question 116

You add a new resource to an existing Terraform configuration, but do not update the version constraint in the configuration. The existing and new resources use the same provider. The working contains a .terraform.lock, hc1 file.
How will Terraform choose which version of the provider to use?
Question 117

What is a key benefit of the Terraform state file?
Question 118

You have to initialize a Terraform backend before it can be configured.
Question 119

You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is the best way to achieve this using Terraform?
Question 120

How would you output returned values from a child module in the Terraform CLI output?
Question