Skip to content

Commit

Permalink
make repo self-managing (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarsky-broad authored May 13, 2020
1 parent 2bbe20a commit 488a4a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions saturn-terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module "saturn-terraform-repo" {
source = "./defaults/github"
github_token = var.github_token

repo_name = "saturn-terraform"
repo_description = "Terraform definitions for all Saturn-managed repos and GCS projects"
require_circle_build_for_merge = false
}

0 comments on commit 488a4a8

Please sign in to comment.