Terraform Basics: Output Values

preview_player
Показать описание
Every Terraform configuration is a module. And every module has a way to get information in (Input Variables) and a way to get information out (Output Values). In this video I'll walk through the primary use cases for outputs and show examples of how to leverage outputs for each case.

-----------------------------------------------------------------------------------------------------

Music by Evan Williams ©2020

Timestamps
00:00 Intro
1:40 What Are Outputs?
3:16 Output Use Cases
7:53 Output Syntax
11:47 Outputs for External Targets
15:48 Outputs for Parent Modules
19:32 Outputs for Other Configurations
26:21 Summary and Outro
Рекомендации по теме
Комментарии
Автор

Great content as always Ned, appreciate the in depth approach. Working my way through your Exam prep guide as we speak so it's useful to have these type of videos to expand on some of the concepts.

danielrobertson
Автор

Thank you brother for terraform serious

Riyaz.
Автор

New to Terraform land, I research a way to convert json to hcl. Terraform command provides --json flag to ocnvert hcl to json. Trying to use jq, first need to learn how to convert json back to hcl. Any help or suggestions are welcome

aiautoglasscrm
Автор

What's the vscode plugin that is showing the "reference' to the code blocks?

komalthecoolk
Автор

can we use terraform output values as tags

manavid
Автор

Hey Ned. Great video as always. Quick question, how do we output values from a resource that uses a for each please? And likewise, if wanting to reference an output from a resource using for each, how is that achieved? Thanks

p.a