From 7af7c36966c5705e2cd20a1d8091debe88d02ad1 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Thu, 7 Nov 2024 10:48:23 -0800 Subject: [PATCH] Update terraform_plan.yaml (#35) --- .github/workflows/terraform_plan.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 335080b..2167303 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -84,3 +84,9 @@ jobs: HTTP_PROXY: http://proxy.tco.census.gov:3128 HTTPS_PROXY: http://proxy.tco.census.gov:3128 NO_PROXY: ".census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com" + + - name: s3-cleanup + uses: CSVD/s3-cleanup@main + with: + cache_key: ${{ steps.terraform_init.outputs.s3_upload_path }} + bucket: image-pipeline-assets