Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
2 parents 8bf191c + 9c85ef2 commit ab5c044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions image-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "image_pipeline_repos" {
enforce_prs = true
collaborators = merge(local.collaborators, { garri325 = "admin" })
pull_request_bypassers = local.pull_request_bypassers
extra_files = [
managed_extra_files = [
{
path = ".github/workflows/s3_upload.yaml"
content = templatefile(
Expand Down Expand Up @@ -77,7 +77,7 @@ module "aws_image_pipeline" {
value = "1.9.1"
}
]
extra_files = [
managed_extra_files = [
{
path = ".github/workflows/terraform-plan.yaml"
content = templatefile(
Expand Down Expand Up @@ -123,7 +123,7 @@ module "terraform_aws_image_pipeline" {
value = "1.9.1"
}
]
extra_files = [
managed_extra_files = [
{
path = ".github/workflows/terraform-plan.yaml"
content = templatefile(
Expand Down

0 comments on commit ab5c044

Please sign in to comment.