What does terraform import do?
A terraform apply can not _________ infrastructure.
The Terraform binary version and provider versions must match each other in a single configuration.
Module version is required to reference a module on the Terraform Module Registry.
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
When you use a backend that requires authentication, it is best practice to:
You modified your Terraform configuration and run Terraform plan to review the changes. Simultaneously, your teammate manually modified the infrastructure component you are working on. Since you already ran terraform plan locally, the execution plan for terraform apply will be the same.
How would you reference the volume IDs associated with the ebs_block_device blocks in this configuration?

When do you need to explicitly execute Terraform in refresh-only mode?
What is the purpose of the terraform.lock.hcl file in Terraform?