Skip to content

Commit

Permalink
Bump the dflook group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dflook group with 3 updates: [dflook/terraform-validate](https://github.com/dflook/terraform-validate), [dflook/terraform-plan](https://github.com/dflook/terraform-plan) and [dflook/terraform-apply](https://github.com/dflook/terraform-apply).


Updates `dflook/terraform-validate` from 1.36.2 to 1.37.0
- [Release notes](https://github.com/dflook/terraform-validate/releases)
- [Commits](dflook/terraform-validate@433dd24...ecef416)

Updates `dflook/terraform-plan` from 1.36.2 to 1.37.0
- [Release notes](https://github.com/dflook/terraform-plan/releases)
- [Commits](dflook/terraform-plan@e047f3f...565c93e)

Updates `dflook/terraform-apply` from 1.36.2 to 1.37.0
- [Release notes](https://github.com/dflook/terraform-apply/releases)
- [Commits](dflook/terraform-apply@7a56cfb...8a8d033)

---
updated-dependencies:
- dependency-name: dflook/terraform-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dflook
- dependency-name: dflook/terraform-plan
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dflook
- dependency-name: dflook/terraform-apply
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dflook
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent c2ca21c commit 9b4ffe2
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@433dd249ad921c19245cf361c67a57f485e2ae0b # v1.36.2
uses: dflook/terraform-validate@ecef4162713a545487d10ba7e46a042229322911 # v1.37.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@e047f3fa83b945d582e0b468f4ef3c22c03e070d # v1.36.2
uses: dflook/terraform-plan@565c93ef17640e3cee13fb9148793db3697dd412 # v1.37.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@7a56cfb68f437341062f41afca87c71fc5b4bd5f # v1.36.2
uses: dflook/terraform-apply@8a8d033f90c0e43d1bc0a4a68a0dd604f454cd53 # v1.37.0
if: github.event_name == 'push'
with:
label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}
Expand Down

0 comments on commit 9b4ffe2

Please sign in to comment.