Skip to content

Commit

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

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.46.0` -> `5.47.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.47.0`](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/blob/HEAD/CHANGELOG.md#5470-2024-10-21)

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

##### Features

- Update AWS EBS CSI Driver IAM Policy
([#&#8203;530](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/issues/530))
([1bc058c](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/commit/1bc058c749081f37a67a5d08d24b1fcec449e2f2))

##### Bug Fixes

- Update CI workflow versions to latest
([#&#8203;527](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/issues/527))
([15fd175](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/commit/15fd17540b6db8be434759e684c1cabf20a5219a))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 8572895 commit 7a6ae5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.46.0"
version = "5.47.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.46.0"
version = "5.47.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.46.0"
version = "5.47.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.46.0"
version = "5.47.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.46.0"
version = "5.47.0"

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

Expand Down

0 comments on commit 7a6ae5f

Please sign in to comment.