Oracle Cloud Infrastructure 2019 Developer Associate — Question 120
Which three are valid Terraform configuration components? (Choose three.)
Answer options
- A. variable
- B. region
- C. metadata
- D. instance
- E. resource
- F. data source
Correct answer: A, E, F
Explanation
The correct answers are variable, resource, and data source because they are all recognized components in Terraform configurations. Region, metadata, and instance are not considered core configuration components in Terraform, making them incorrect choices.