Use of Output Values

Learn why output values are invoked in the child module and state data sources and how they’re rendered.

Terraform can make outputs available after a configuration has been successfully deployed. The outputs created by a root module (that’s the main configuration) are printed as part of the console output and can be queried using the terraform output command. Output becomes quite useful in child modules and Terraform state data sources.

Get hands-on with 1200+ tech skills courses.