A Terraform backend determines how Terraform loads state and stores updates when you execute ___________.
What does Terraform use .terraform.lock.hcl file for?
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 do you specify a module's version when publishing it to the public Terraform Module Registry?
Terraform plan updates your state file.
Which of the following is not true of Terraform providers?