Which of the following arguments are required when declaring a Terraform output?
When you run terraform apply, the Terraform CLI will print output values from both the root module and any child modules.
When you initialize Terraform, where does it cache modules from the public Terraform Registry?
Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
The Terraform binary version and provider versions must match each other in a single configuration.
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?