Which of these statements about HCP Terraform/Terraform Cloud workspaces is false?
You can configure Terraform to log to a file using the TF_LOG environment variable.
Which of these actions are forbidden when the Terraform state file is locked? (Pick the 3 correct responses)
A developer accidentally launched a VM (virtual machine) outside of the Terraform workflow and ended up with two servers with the same name. They don't know which VM Terraform manages but do have a list of all active VM IDs.
Which of the following methods could you use to discover which instance Terraform manages?
terraform validate uses provider APIs to verify your infrastructure settings.