Skip to content

Commit

Permalink
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aw…
Browse files Browse the repository at this point in the history
…s to v0.33.0 (#348)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[terraform-linters/tflint-ruleset-aws](https://redirect.github.com/terraform-linters/tflint-ruleset-aws)
| plugin | minor | `0.32.0` -> `0.33.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>terraform-linters/tflint-ruleset-aws
(terraform-linters/tflint-ruleset-aws)</summary>

###
[`v0.33.0`](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/blob/HEAD/CHANGELOG.md#0330-2024-09-10)

[Compare
Source](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/compare/v0.32.0...v0.33.0)

##### Enhancements

-
[#&#8203;650](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/650)
[#&#8203;651](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/651)
[#&#8203;653](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/653)
[#&#8203;655](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/655)
[#&#8203;656](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/656)
[#&#8203;658](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/658)
[#&#8203;659](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/659)
[#&#8203;660](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/660):
Update AWS provider/module and generated content

##### Chores

-
[#&#8203;652](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/652):
Fix HSMv2 type tests
([@&#8203;wata727](https://redirect.github.com/wata727))
-
[#&#8203;654](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/654)
[#&#8203;668](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/668):
Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.22.0
-
[#&#8203;657](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/657)
[#&#8203;670](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/670):
Bump golang.org/x/net from 0.26.0 to 0.29.0
-
[#&#8203;665](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/665):
mappings: Migrate import paths from aws-sdk-go to aws-sdk-ruby
([@&#8203;wata727](https://redirect.github.com/wata727))
-
[#&#8203;663](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/663):
Bump github.com/terraform-linters/tflint-plugin-sdk from 0.20.0 to
0.21.0
-
[#&#8203;667](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/667):
Migrate aws-sdk-go to v2
([@&#8203;wata727](https://redirect.github.com/wata727))
-
[#&#8203;671](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/671):
Bump peter-evans/create-pull-request from 6 to 7
-
[#&#8203;672](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/672):
deps: Go 1.23.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Hapag-Lloyd/terraform-aws-bastion-host-ssm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 527f770 commit 067a5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugin "terraform" {

plugin "aws" {
source = "github.com/terraform-linters/tflint-ruleset-aws"
version = "0.32.0"
version = "0.33.0"

enabled = true
deep_check = true
Expand Down
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin "aws" {
source = "github.com/terraform-linters/tflint-ruleset-aws"
version = "0.32.0"
version = "0.33.0"

enabled = true

Expand Down

0 comments on commit 067a5e9

Please sign in to comment.