Skip to content

Commit

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

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 | patch | `5.47.0` -> `5.47.1` |

---

> [!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.1`](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/blob/HEAD/CHANGELOG.md#5471-2024-10-22)

##### Bug Fixes

- Use dynamic partition value
([#&#8203;532](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/issues/532))
([9986b50](https://redirect.github.com/terraform-aws-modules/terraform-aws-iam/commit/9986b5041996d33f6998349c675a262c11b7dece))

</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 7a6ae5f commit 6d2bb76
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.47.0"
version = "5.47.1"

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.47.0"
version = "5.47.1"

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.47.0"
version = "5.47.1"

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.47.0"
version = "5.47.1"

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.47.0"
version = "5.47.1"

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

Expand Down

0 comments on commit 6d2bb76

Please sign in to comment.