Skip to content

Commit d518f18

Browse files
Bump terraform-aws-modules/iam/aws from 5.48.0 to 5.51.0
Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 5.48.0 to 5.51.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-iam/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-iam@v5.48.0...v5.51.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4063c62 commit d518f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "iam_assumable_role_alb" {
22
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
3-
version = "5.48.0"
3+
version = "5.51.0"
44
create_role = true
55
role_name = "${var.environment_name}-${local.alb_name}"
66
provider_url = replace(aws_iam_openid_connect_provider.cluster.url, "https://", "")

efs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module "iam_assumable_role_efs_csi" {
33
count = var.efs_enabled ? 1 : 0
44
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
5-
version = "5.48.0"
5+
version = "5.51.0"
66
create_role = true
77
role_name = "${var.environment_name}-AmazonEFSCSIDriverPolicy"
88
provider_url = replace(aws_iam_openid_connect_provider.cluster.url, "https://", "")

0 commit comments

Comments
 (0)