Skip to content

JeffBrownTech/tf_module_output_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Module Output Example

This repository contains example code on how to pass output from one Terraform module to another. The example uses a module to create a storage account and output the dynamically generated name to the main module. The main module then passes the storage account name to a module that creates a container in the storage account. The container module outputs the container name back to the main module, which outputs both names when Terraform completes applying the configuration.

You can read the blog post behind this example here:

Jeff Brown Tech | Mastering Terraform Module Output

About

Example of using Terraform module output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages