From 9c85ef22c8963ab6696ad66ac8b4ac0719b8cf17 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Thu, 15 Aug 2024 09:16:42 -0700 Subject: [PATCH] Refactor image pipeline module names and update workflows --- image-pipeline.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(