Created
February 2, 2019 21:28
-
-
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
This file contains 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 "otherguy__stone_com_br" { | |
source = "../modules/org-member" | |
email = "[email protected]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment