TA-002-P · Question #104
Which of the below configuration file formats are supported by Terraform? (Select TWO)
The correct answer is B. JSON E. HCL. Terraform natively supports two configuration file formats: HCL (HashiCorp Configuration Language), which is the primary human-friendly format using .tf files, and JSON, which allows machine-generated configurations using .tf.json files. Node, Go, and YAML are not supported…
Question
Which of the below configuration file formats are supported by Terraform? (Select TWO)
Options
- ANode
- BJSON
- CGo
- DYAML
- EHCL
How the community answered
(23 responses)- A9% (2)
- B87% (20)
- D4% (1)
Explanation
Terraform natively supports two configuration file formats: HCL (HashiCorp Configuration Language), which is the primary human-friendly format using .tf files, and JSON, which allows machine-generated configurations using .tf.json files. Node, Go, and YAML are not supported Terraform configuration formats.
Topics
Community Discussion
No community discussion yet for this question.