diff --git a/.config/cspell.json b/.config/cspell.json index dbe0cab5..e8471f18 100644 --- a/.config/cspell.json +++ b/.config/cspell.json @@ -22,6 +22,7 @@ "automerged", "buildcache", "buildx", + "cloudposse", "codeowners", "codeql", "conventionalcommits", diff --git a/examples/cost/main.tf b/examples/cost/main.tf index bd09e1ba..49a33015 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.44.1" + version = "5.46.0" name = "${local.resource_prefix}-bastion" diff --git a/examples/full/main.tf b/examples/full/main.tf index 0366a75e..76971dd6 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.44.1" + version = "5.46.0" name = "${local.resource_prefix}-bastion" diff --git a/examples/simple/main.tf b/examples/simple/main.tf index 3593adf7..11e32b67 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.44.1" + version = "5.46.0" name = "bastion" diff --git a/examples/spot/main.tf b/examples/spot/main.tf index 4f95d2d0..23715f84 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.44.1" + version = "5.46.0" name = "${local.resource_prefix}-bastion" diff --git a/main.tf b/main.tf index c231ab09..79b8cb57 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.44.1" + version = "5.46.0" count = var.instance["profile_name"] != "" ? 0 : 1