Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
You add a new provider to your configuration and immediately run terraform apply in the CD using the local backend. Why does the apply fail?
How would you reference the "name’’ value of the second instance of this resource?
What is the provider for the resource shown in the Exhibit?
resource "aws_vpc" "main" {
name = "test"
}