Created
June 5, 2019 00:45
-
-
Save andresvia/0713bf66554f38d2fb6efdc7ae581798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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