Skip to content

Commit

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

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://github.com/terraform-aws-modules/terraform-aws-iam))
| module | minor | `5.48.0` -> `5.49.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.49.0`](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/HEAD/CHANGELOG.md#5490-2024-12-26)

[Compare
Source](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.48.0...v5.49.0)

##### Features

- Update policie for External Secrets 0.12.1
([#&#8203;542](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/542))
([b609236](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/b609236ecdbb782ed758d59dd8c306e935e4b585))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 8c2d870 commit b4f99ec
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.48.0"
version = "5.49.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.48.0"
version = "5.49.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.48.0"
version = "5.49.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.48.0"
version = "5.49.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.48.0"
version = "5.49.0"

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

Expand Down

0 comments on commit b4f99ec

Please sign in to comment.