Which command must you first run before performing further Terraform operations in a working directory?
When do you need to explicitly execute Terraform in refresh-only mode?
It is best practice to store secret data in the same version control repository as your Terraform configuration.
Terraform variables and outputs that set the description argument will store that description in the state file.
_______backends support state locking.
When does Terraform create the .terraform.lock.hc1 file?
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 is terraform import run?
In a Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.
Which configuration consistency errors does terraform validate report?