nerdexam
HashiCorp

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…

Read, generate, and modify configuration

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)
  • A
    9% (2)
  • B
    87% (20)
  • D
    4% (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

#Terraform configuration#HCL#JSON#Supported file formats

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice