Skip to content

Instantly share code, notes, and snippets.

@andresvia
Created June 5, 2019 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andresvia/0713bf66554f38d2fb6efdc7ae581798 to your computer and use it in GitHub Desktop.
Save andresvia/0713bf66554f38d2fb6efdc7ae581798 to your computer and use it in GitHub Desktop.
module "ue1" {
source = "git::https://gist.github.com/0ddd58161ecc62163f2bd0bfef09e79c.git//?ref=master"
}
module "uw2" {
source = "git::https://gist.github.com/0ddd58161ecc62163f2bd0bfef09e79c.git//?ref=master"
}
output "result" {
value = {
ue1: module.ue1.core,
uw2: module.uw2.core,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment