Oracle Cloud Infrastructure 2019 Developer Associate — Question 112
Which two configuration formats does Terraform support? (Choose two.)
Answer options
- A. YAML
- B. JSON
- C. HCL
- D. XML
Correct answer: B, C
Explanation
Terraform supports configurations in JSON and HCL (HashiCorp Configuration Language). YAML and XML are not supported formats for Terraform configurations, making options A and D incorrect.