Skip to content

Commit

Permalink
Update terraform_apply.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Dec 3, 2024
1 parent 5e35626 commit fd4b2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit fd4b2ec

Please sign in to comment.