HashiCorp Certified: Terraform Associate — Question 191
The Terraform CLI will print output values from a child module after running terraform apply.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because the Terraform CLI does not automatically print output values from child modules after a terraform apply command. Instead, output values must be specifically referenced or fetched using the terraform output command. Option A is incorrect as it implies that outputs are displayed by default, which is not the case.