Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 9, 2024
1 parent 7d4d83d commit 3ff2b09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: CSVD/gh-actions-checkout@v4
id: checkout
with:
persist-credentials: false

- name: AWS Auth
id: aws_auth
uses: CSVD/aws-auth@main
Expand All @@ -42,6 +47,7 @@ jobs:
uses: CSVD/terraform-init@main
id: terraform_init
with:
commit_sha: ${{ steps.checkout.outputs.commit }}
terraform_version: "1.9.1"
workspace: ${{ vars.terraform_workspace }}
setup_terraform: true
Expand Down

0 comments on commit 3ff2b09

Please sign in to comment.