Skip to content

Commit

Permalink
[Template] resource usage updated to include branch definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmets committed Nov 29, 2024
1 parent ee6001a commit c62e4a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ resource "github_repository" "repository" {
for_each = local.template

content {
owner = template.value.owner
repository = template.value.repository
owner = template.value.owner
repository = template.value.repository
include_all_branches = template.value.include_all_branches
}
}

Expand Down

0 comments on commit c62e4a4

Please sign in to comment.