Oracle Cloud Infrastructure 2019 Developer Associate — Question 45
At the end of a terraform apply operation, what is the default output?
Answer options
- A. nothing by default
- B. statistics about what was added, changed, and destroyed
- C. the entire state file
- D. statistics about what was added, changed, and destroyed, and the values of outputs
Correct answer: D
Explanation
The correct answer is D because Terraform provides a detailed summary of the changes made during the apply operation, including both the statistics and the output values defined in the configuration. Option A is incorrect as there is output generated, option B is incomplete since it does not include the output values, and option C is incorrect because the entire state file is not displayed by default.