Question 26
What are some of the features of Terraform state? (select three)
Question 27
What is one disadvantage of using dynamic blocks in Terraform?
Question 28
Which option can not be used to keep secrets out of Terraform configuration files?
Question 29
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 30
John is writing a module and within the module, there are multiple places where he has to use the same conditional expression but he wants to avoid repeating the same values or expressions multiple times in a configuration,. What is a better approach to dealing with this?
