Question 21
Terraform will sync all resources in state by default for every plan and apply, hence for larger infrastructures this can slow down terraform plan and terraform apply commands?
Question 22
Which of the below are paid features of Terraform Cloud?
Question 23
Complete the following sentence:
For local state, the workspaces are stored directly in a ___________.
Question 24
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?
Question 25
Why should secrets not be hard coded into Terraform code? Choose two correct answers
