Multiple Choice
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) Run the terraform fmt command during the code linting phase of your CI/CD process
B) Designate one person in each team to review and format everyone's code
C) Manually apply two spaces indentation and align equal sign "=" characters in every Terraform file (*.tf)
D) Write a shell script to transform Terraform files using tools such as AWK, Python, and sed Write a shell script to transform Terraform files using tools such as AWK, Python, and sed
Correct Answer:

Verified
Correct Answer:
Verified
Q9: What value does the Terraform Cloud/Terraform Enterprise
Q10: What does the default "local" Terraform backend
Q11: You have recently started a new job
Q12: You have used Terraform to create an
Q13: If a module uses a local variable,
Q15: Only the user that generated a plan
Q16: You have provisioned some virtual machines (VMs)
Q17: Which of the following is available only
Q18: What information does the public Terraform Module
Q19: Which option can not be used to