Skip to content

Instantly share code, notes, and snippets.

@soerenmartius
Created March 5, 2020 17:40
Show Gist options
  • Save soerenmartius/7f48032323a74df7222f6db436ef9e1d to your computer and use it in GitHub Desktop.
Save soerenmartius/7f48032323a74df7222f6db436ef9e1d to your computer and use it in GitHub Desktop.
How to manage your GitHub Organization with Terraform - Import Resources
module "repository" {
source = "mineiros-io/repository/github"
version = "0.1.0"
name = "i-love-teraform"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment