Skip to content

Instantly share code, notes, and snippets.

@andresvia
Last active June 5, 2019 00:33
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/0ddd58161ecc62163f2bd0bfef09e79c to your computer and use it in GitHub Desktop.
Save andresvia/0ddd58161ecc62163f2bd0bfef09e79c to your computer and use it in GitHub Desktop.
module "core1" {
source = "git::https://gist.github.com/a0757d5396e36c10a5dee7ba00f16307.git//?ref=master"
}
// normally there are other things here...
// adding core2 just as filler
module "core2" {
source = "git::https://gist.github.com/a0757d5396e36c10a5dee7ba00f16307.git//?ref=master"
}
output "core" {
value = "core: ${module.core1.core}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment