From fd4b2ec85e89ce500f9bbaf85e77775c647b1cf7 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 3 Dec 2024 14:01:53 -0800 Subject: [PATCH] Update terraform_apply.yaml --- .github/workflows/terraform_apply.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/terraform_apply.yaml b/.github/workflows/terraform_apply.yaml index 12c67b3..3a317d8 100644 --- a/.github/workflows/terraform_apply.yaml +++ b/.github/workflows/terraform_apply.yaml @@ -71,6 +71,7 @@ jobs: workspace: ${{ vars.terraform_workspace }} setup_terraform: true terraform_init: true + cache_bucket: github-actions-assets-us-gov-west-1-229685449397 env: GITHUB_TOKEN: ${{ steps.github_credentials.outputs.github_token }} AWS_ACCESS_KEY_ID: ${{ steps.aws_auth.outputs.aws_access_key_id }} @@ -87,6 +88,7 @@ jobs: download_cache: true setup_terraform: false cache_key: ${{ steps.terraform_init.outputs.s3_upload_path }} + cache_bucket: github-actions-assets-us-gov-west-1-229685449397 env: AWS_ACCESS_KEY_ID: ${{ steps.aws_auth.outputs.aws_access_key_id }} AWS_SECRET_ACCESS_KEY: ${{ steps.aws_auth.outputs.aws_secret_access_key }} @@ -128,6 +130,7 @@ jobs: setup_terraform: true terraform_wrapper: false cache_key: ${{ needs.Plan.outputs.cache_key }} + cache_bucket: github-actions-assets-us-gov-west-1-229685449397 env: AWS_ACCESS_KEY_ID: ${{ steps.aws_auth.outputs.aws_access_key_id }} AWS_SECRET_ACCESS_KEY: ${{ steps.aws_auth.outputs.aws_secret_access_key }}