Skip to content

Commit

Permalink
Bump the dflook group with 3 updates (#472)
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] committed Jan 22, 2024
1 parent b830e23 commit bd5b4ed
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@a1e7fd9e31635f87507b2278a7572d042a79ff9a # v1.41.0
uses: dflook/terraform-validate@6073915000f68f4992477e82eddbed7e98f9b467 # v1.41.1
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@f25146ed4ae15a0e8fb4428e7fb2af5a5990c80a # v1.41.0
uses: dflook/terraform-plan@34813b801c6b0146d07073e0c1bd82f7e6784f16 # v1.41.1
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@e6afd07b0f8f6bcdefd867ecf46b409b9c2faf88 # v1.41.0
uses: dflook/terraform-apply@935ea25d03fc9cf7babd03a2ebb3676bea67d5da # v1.41.1
if: github.event_name == 'push'
with:
label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}
Expand Down

0 comments on commit bd5b4ed

Please sign in to comment.