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
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 7a6ae5f commit b782aa4
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 b782aa4

Please sign in to comment.