Skip to content

Instantly share code, notes, and snippets.

@soerenmartius
Created March 5, 2020 17:34
Show Gist options
  • Save soerenmartius/05b7a8c3dcdedcbffbf665a20b175034 to your computer and use it in GitHub Desktop.
Save soerenmartius/05b7a8c3dcdedcbffbf665a20b175034 to your computer and use it in GitHub Desktop.
How to manage your GitHub Organization with Terraform - Provider
provider "github" {
version = "~> 2.1"
organization = "the-name-of-your-organization"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment