Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/iam/aws to v5.46.0 (
Browse files Browse the repository at this point in the history
#351)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[terraform-aws-modules/iam/aws](https://registry.terraform.io/modules/terraform-aws-modules/iam/aws)
([source](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam))
| module | minor | `5.44.1` -> `5.46.0` |

---

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

---

### Release Notes

<details>
<summary>terraform-aws-modules/terraform-aws-iam
(terraform-aws-modules/iam/aws)</summary>

###
[`v5.46.0`](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/blob/HEAD/CHANGELOG.md#5460-2024-10-04)

[Compare
Source](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.45.0...v5.46.0)

##### Features

- Update IAM policy for AWS Load Balancer Controller to support Listener
Attributes
([#&#8203;525](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/issues/525))
([966c4f8](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/commit/966c4f8bc7f9a0742a157d6b8a4a80b4f01d6aa1))

###
[`v5.45.0`](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/blob/HEAD/CHANGELOG.md#5450-2024-10-04)

[Compare
Source](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.44.2...v5.45.0)

##### Features

- Allow modifying the `iam-github-oidc-role` subject condition
([#&#8203;523](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/issues/523))
([f2ade86](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/commit/f2ade8680465ae86a509a358051c1571805826c9))

###
[`v5.44.2`](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/blob/HEAD/CHANGELOG.md#5442-2024-10-01)

[Compare
Source](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.44.1...v5.44.2)

##### Bug Fixes

- Add required S3 PutObjectTagging permission to Velero IRSA policy
([#&#8203;517](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/issues/517))
([f0e65a7](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/commit/f0e65a760bf6ddac1344ead5d1f1aaf409c38d18))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matthias Kay <[email protected]>
Co-authored-by: Matthias Kay <[email protected]>
  • Loading branch information
3 people authored Oct 19, 2024
1 parent 5fa43e0 commit 8572895
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .config/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"automerged",
"buildcache",
"buildx",
"cloudposse",
"codeowners",
"codeql",
"conventionalcommits",
Expand Down
2 changes: 1 addition & 1 deletion examples/cost/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "bastion_host" {

module "bastion_user" {
source = "terraform-aws-modules/iam/aws//modules/iam-user"
version = "5.44.1"
version = "5.46.0"

name = "${local.resource_prefix}-bastion"

Expand Down
2 changes: 1 addition & 1 deletion examples/full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "kms_key" {

module "bastion_user" {
source = "terraform-aws-modules/iam/aws//modules/iam-user"
version = "5.44.1"
version = "5.46.0"

name = "${local.resource_prefix}-bastion"

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "bastion_host" {

module "bastion_user" {
source = "terraform-aws-modules/iam/aws//modules/iam-user"
version = "5.44.1"
version = "5.46.0"

name = "bastion"

Expand Down
2 changes: 1 addition & 1 deletion examples/spot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "bastion_host" {

module "bastion_user" {
source = "terraform-aws-modules/iam/aws//modules/iam-user"
version = "5.44.1"
version = "5.46.0"

name = "${local.resource_prefix}-bastion"

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "aws_security_group_rule" "egress_ssm" {

module "instance_profile_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "5.44.1"
version = "5.46.0"

count = var.instance["profile_name"] != "" ? 0 : 1

Expand Down

0 comments on commit 8572895

Please sign in to comment.