Oracle
1Z0-1072 · Question #176
Which two configuration formats does Terraform support? (Choose two.)
The correct answer is B. JSON C. HCL. Terraform configuration files can use either of two formats: Terraform domain-specific language (HashiCorp Configuration Language format [HCL]), which is the recommended approach, or JSON format if the files need to be machine-readable.
Cloud Concepts (General)
Question
Which two configuration formats does Terraform support? (Choose two.)
Options
- AYAML
- BJSON
- CHCL
- DXML
How the community answered
(64 responses)- A17% (11)
- B73% (47)
- D9% (6)
Explanation
Terraform configuration files can use either of two formats: Terraform domain-specific language (HashiCorp Configuration Language format [HCL]), which is the recommended approach, or JSON format if the files need to be machine-readable.
Topics
#Terraform#HCL#JSON#Infrastructure as Code
Community Discussion
No community discussion yet for this question.