Student Reviews
( 5 Of 5 )
1 review
Video of Output Values Terraform Tutorial #9 in Terraform course by Will Brock channel, video No. 10 free certified online
Output values in Terraform can return data from resources or modules. Outputs are helpful to output data from modules that can be used as input to other resources or modules. Outputs can be outputted to the terminal to help with debugging or if needed to what data and values are returned from resources.
In this video I'll show you how to define and use output values in Terraform.
- Using arguments to define outputs like value, description, sensitive and depends_on
- Use terraform output command to view existing output data
- Use output values from modules as input to other resources or modules
Course Examples:
https://github.com/WillBrock/terraform-course-examples
Terraform Outputs:
https://www.terraform.io/docs/configuration/outputs.html