nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · 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.

Navigate Terraform Workflow

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

(47 responses)
  • A
    77% (36)
  • B
    23% (11)

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#root module#child modules

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice