Oracle Cloud Infrastructure 2019 Developer Associate — Question 113
Which three can you achieve by using Terraform? (Choose three.)
Answer options
- A. Create resources in the right order without regard to the order in the terraform plan file.
- B. Automatically re-provision the resources that are tainted or whose configuration has changed.
- C. Automatically translate a deployed infrastructure and create a plan.
- D. Automatically destroy all the resources that are in tenancy.
- E. Continuously maintain the configuration files in an instance.
Correct answer: A, B, D
Explanation
The correct answers are A, B, and D because Terraform can create resources in the right order based on dependencies, automatically re-provision resources that are tainted or modified, and destroy all resources in a tenancy. Option C is incorrect as Terraform does not automatically translate a deployed infrastructure into a plan, and option E is not a core functionality of Terraform.