Exam Terraform-Associate-004 Topic 1 Question 190 Discussion
Actual exam question for HashiCorp's Terraform-Associate-004 exam
Question #: 190
Topic #: 1
Question #: 190
Topic #: 1
When you run terraform apply, the Terraform CLI will print output values from both the root module and any child modules.
Suggested Answer: A Vote an answer
Rationale for Correct Answer (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.
Analysis of Incorrect Option:
False: Incorrect, because Terraform does display output values, but only if they are exposed from child modules to the root module.
Key Concept:
Outputs help you extract important information (e.g., IP addresses, resource IDs) from your configuration.
Reference:Terraform Exam Objective - Read, Generate, and Modify Configurations.
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.
Analysis of Incorrect Option:
False: Incorrect, because Terraform does display output values, but only if they are exposed from child modules to the root module.
Key Concept:
Outputs help you extract important information (e.g., IP addresses, resource IDs) from your configuration.
Reference:Terraform Exam Objective - Read, Generate, and Modify Configurations.
by issaouiadam4242 at Mar 20, 2026, 04:01 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).