Skip to content

Instantly share code, notes, and snippets.

@dgmorales
Created February 2, 2019 21:28
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 dgmorales/d3a420f95156063d1df096352c600eef to your computer and use it in GitHub Desktop.
Save dgmorales/d3a420f95156063d1df096352c600eef to your computer and use it in GitHub Desktop.
A Terraform example showing the usage of the org-member module shown before
module "otherguy__stone_com_br" {
source = "../modules/org-member"
email = "other.guy@stone.com.br"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment