Skip to content

Commit

Permalink
Bump the dflook group with 3 updates (#452)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 2d4b24f commit 7eecdc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ jobs:
fi
- name: Terraform validate
uses: dflook/terraform-validate@08b532e01208b92a7709be9411ffdfc4b6459aee # v1.39.0
uses: dflook/terraform-validate@a1e7fd9e31635f87507b2278a7572d042a79ff9a # v1.41.0
with:
path: ${{ inputs.terraform_root_path }}
backend_config: |
bucket=${{ vars.TERRAFORM_STATE_BUCKET }}
key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate
- name: Terraform plan
uses: dflook/terraform-plan@769e5a31800c917e6308ccc4f038a2c685017396 # v1.39.0
uses: dflook/terraform-plan@f25146ed4ae15a0e8fb4428e7fb2af5a5990c80a # v1.41.0
if: github.event_name == 'pull_request'
with:
label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}
Expand All @@ -115,7 +115,7 @@ jobs:
key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate
- name: Terraform apply
uses: dflook/terraform-apply@61d32f33d4290ac22d21e1e546f9b44ccd776240 # v1.39.0
uses: dflook/terraform-apply@e6afd07b0f8f6bcdefd867ecf46b409b9c2faf88 # v1.41.0
if: github.event_name == 'push'
with:
label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}
Expand Down

0 comments on commit 7eecdc1

Please sign in to comment.