What command can you run to generateDOT (Graphviz)formatted data to visualize Terraform dependencies?
If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.
All standard backend types support state locking, and remote operations like plan, apply, and destroy.
When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
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?