Multiple team members are collaborating on infrastructure using Terraform and want to format the* Terraform code following standard Terraform-style convention.
How should they ensure the code satisfies conventions?
How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
What is the name of the default file where Terraform stores the state?
Type your answer in the field provided. The text field is not case-sensitive and all variations of the correct answer are accepted.
Your risk management organization requires that new AWS S3 buckets must be private and encrypted at rest. How can Terraform Cloud automatically and proactively enforce this security control?
What is the provider for the resource shown in the Exhibit?
resource "aws_vpc" "main" {
name = "test"
}
How would you reference the "name’’ value of the second instance of this resource?
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?
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.