Skip to content

Commit

Permalink
Completed the reource to create a new repo
Browse files Browse the repository at this point in the history
The resource should create a new repository under the platform-engineering-org-test
  • Loading branch information
yerdreic committed Oct 2, 2023
1 parent 382ba2e commit ded12c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/renovate-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ resource "github_repository" "repository" {

has_issues = true
visibility = "public"
template {
owner = "platform-engineering-org-test"
repository = "renovate-template-test"
include_all_branches = true
}
}

0 comments on commit ded12c9

Please sign in to comment.