From b782aa408ff3485146847b8038ab6062c4bde96d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:02:51 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/iam/aws to v5.47.1 --- examples/cost/main.tf | 2 +- examples/full/main.tf | 2 +- examples/simple/main.tf | 2 +- examples/spot/main.tf | 2 +- main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/cost/main.tf b/examples/cost/main.tf index 5d8aa58..4436895 100644 --- a/examples/cost/main.tf +++ b/examples/cost/main.tf @@ -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" diff --git a/examples/full/main.tf b/examples/full/main.tf index 302121f..6a0bf1b 100644 --- a/examples/full/main.tf +++ b/examples/full/main.tf @@ -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" diff --git a/examples/simple/main.tf b/examples/simple/main.tf index 6884cf3..666a87f 100644 --- a/examples/simple/main.tf +++ b/examples/simple/main.tf @@ -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" diff --git a/examples/spot/main.tf b/examples/spot/main.tf index 28cd7c3..3793f2b 100644 --- a/examples/spot/main.tf +++ b/examples/spot/main.tf @@ -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" diff --git a/main.tf b/main.tf index f341f32..d9eafcd 100644 --- a/main.tf +++ b/main.tf @@ -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