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.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit