HashiCorp
TERRAFORM-ASSOCIATE-004 · Question #240
When you run terraform apply, the Terraform CLI will print output values from both the root module and any child modules.
The correct answer is A. True. When terraform apply completes successfully, Terraform prints output values. Outputs from both root and child modules are displayed, but child module outputs must be explicitly exposed through the root module outputs to be visible at the CLI.
Submitted by ngozi_ng· Apr 18, 2026Use Terraform CLI
Question
When you run terraform apply, the Terraform CLI will print output values from both the root module and any child modules.
Options
- ATrue
- BFalse
How the community answered
(63 responses)- A87% (55)
- B13% (8)
Explanation
When terraform apply completes successfully, Terraform prints output values. Outputs from both root and child modules are displayed, but child module outputs must be explicitly exposed through the root module outputs to be visible at the CLI.
Topics
#terraform apply#output values#modules#CLI behavior
Community Discussion
No community discussion yet for this question.