When do you need to explicitly execute Terraform in refresh-only mode?
What does this code do?
terraform { required_providers { aws = ">= 3.0" }}
Which command add existing resources into Terraform state?
When should you run terraform init?
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?
Which of these ate features of Terraform Cloud? Choose two correct answers.