Skip to content

Instantly share code, notes, and snippets.

@brunapereira
Created April 11, 2021 20:43
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 brunapereira/34213997557730ff9a5d2419be40fff5 to your computer and use it in GitHub Desktop.
Save brunapereira/34213997557730ff9a5d2419be40fff5 to your computer and use it in GitHub Desktop.
module "team" {
admin-members = [
"brunapereira"
]
engineer-members = [
"ebragaparah"
]
source = "./team"
}
module "some-awesome-project" {
name = "some-awesome-project"
description = "this is a sample description for the awesome project"
source = "./project"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment