HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 12
List of questions
Related questions
What is the workflow for deploying new infrastructure with Terraform?
Select the command that doesn't cause Terraform to refresh its state.
Which command lets you experiment with terraform expressions?
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?
When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
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?
What is a key benefit of the Terraform state file?
You have to initialize a Terraform backend before it can be configured.
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?
How would you output returned values from a child module in the Terraform CLI output?
Question