diff --git a/image-pipeline.tf b/image-pipeline.tf index f0464b2..f6c3c9e 100644 --- a/image-pipeline.tf +++ b/image-pipeline.tf @@ -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( @@ -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( @@ -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(