Skip to content

Commit

Permalink
Update backstage-github.tf
Browse files Browse the repository at this point in the history
commenting template
  • Loading branch information
anuj-ltim authored Aug 12, 2024
1 parent 081854a commit 841d7ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/portal-backstage/backstage-github.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ resource "github_repository" "backstage" {

visibility = "public"

template {
owner = var.backstage_template_owner
repository = var.backstage_template_repository
}
# template {
# owner = var.backstage_template_owner
# repository = var.backstage_template_repository
# }
}

# Required as Azure doesn't support wildcards in scopes https://github.com/Azure/azure-workload-identity/issues/373
Expand Down

0 comments on commit 841d7ac

Please sign in to comment.