Terraform configuration (including any module references) can contain only one Terraform provider type.
You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.
How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?
A child module can always access variables declared in its parent module.
terraform validate uses provider APIs to verify your infrastructure settings.
You are tasked with making a change to an infrastructure stack running in a public cloud using HCP Terraform/Terraform Cloud. Which pattern follows IaC best practices?
Using the terraform state rm command against a resource will destroy it.
Which option cannot be used to keep secrets out of Terraform configuration files?
What does the default "local" Terraform backend store?
How does Terraform manage most dependencies between resources?
All standard backend types support state locking, and remote operations like plan, apply, and destroy.