If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.
A developer launched a VM outside of the Terraform workflow and ended up with two servers with the same name. They are unsure which VM is managed with Terraform, but they do have a list of all active VM IDs. Which method could you use to determine which instance Terraform manages?
terraform destroy is the only way to remove infrastructure.
What is the Terraform style convention for indenting a nesting level compared to the one above it?