Skip to content

Commit d567480

Browse files
build(deps): bump terraform-aws-modules/iam/aws from 5.37.1 to 5.54.0 (#34)
Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 5.37.1 to 5.54.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.37.1...v5.54.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9409512 commit d567480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eks_addons.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
module "kubernetes_ebs_csi_irsa_role" {
33
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
4-
version = "5.37.1"
4+
version = "5.54.0"
55
role_name = "${var.prefix}-ebs-csi"
66
attach_ebs_csi_policy = true
77

@@ -15,7 +15,7 @@ module "kubernetes_ebs_csi_irsa_role" {
1515

1616
module "kubernetes_efs_csi_irsa_role" {
1717
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
18-
version = "5.37.1"
18+
version = "5.54.0"
1919
role_name = "${var.prefix}-efs-csi"
2020
attach_efs_csi_policy = true
2121

0 commit comments

Comments
 (0)