Skip to content

Commit 208ab23

Browse files
Bump terraform-aws-modules/iam/aws from 5.46.0 to 5.48.0 (#434)
Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 5.46.0 to 5.48.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.46.0...v5.48.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 063d631 commit 208ab23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alb.tf

+1-1
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.46.0"
3+
version = "5.48.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

+1-1
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.46.0"
5+
version = "5.48.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)