Skip to content

Commit

Permalink
Bump the dflook group with 3 updates (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 385e91e commit c4b6c41
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@14af120980bacf879aff8a347c94a952f34fe5e8 # v1.38.0
uses: dflook/terraform-validate@08b532e01208b92a7709be9411ffdfc4b6459aee # v1.39.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@d3cfbccf539e67b94a8a7c7e9f7d6bec5a627dd6 # v1.38.0
uses: dflook/terraform-plan@769e5a31800c917e6308ccc4f038a2c685017396 # v1.39.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@01846e8467d6fa73653c0ea8ac1ad2231a61d83e # v1.38.0
uses: dflook/terraform-apply@61d32f33d4290ac22d21e1e546f9b44ccd776240 # v1.39.0
if: github.event_name == 'push'
with:
label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}
Expand Down

0 comments on commit c4b6c41

Please sign in to comment.