Skip to content

Instantly share code, notes, and snippets.

@brunapereira
Last active April 11, 2021 20:40
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/1cf554b02c7f8ae1813b30441e19d06b to your computer and use it in GitHub Desktop.
Save brunapereira/1cf554b02c7f8ae1813b30441e19d06b to your computer and use it in GitHub Desktop.
resource "github_repository" "repository" {
name = var.name
description = var.description
visibility = "private"
has_issues = true
delete_branch_on_merge = true
auto_init = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment