Skip to content

Commit 5939641

Browse files
build(deps): update terraform-aws-modules/iam/aws requirement from ~> 5.20.0 to ~> 5.24.0
Updates the requirements on [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) to permit the latest version. - [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.20.0...v5.24.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 153e419 commit 5939641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ module "eks" {
142142
# Cluster Autoscaler IRSA
143143
module "cluster_autoscaler_irsa_role" {
144144
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
145-
version = "~> 5.20.0"
145+
version = "~> 5.24.0"
146146

147147

148148
role_name = "wrongsecrets-cluster-autoscaler"
@@ -159,7 +159,7 @@ module "cluster_autoscaler_irsa_role" {
159159

160160
module "ebs_csi_irsa_role" {
161161
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
162-
version = "~> 5.20.0"
162+
version = "~> 5.24.0"
163163

164164
role_name = "wrongsecrets-ebs-csi"
165165
attach_ebs_csi_policy = true
@@ -174,7 +174,7 @@ module "ebs_csi_irsa_role" {
174174

175175
module "load_balancer_controller_irsa_role" {
176176
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
177-
version = "~> 5.20.0"
177+
version = "~> 5.24.0"
178178

179179
role_name = "wrongsecrets-load-balancer-controller"
180180
attach_load_balancer_controller_policy = true

0 commit comments

Comments
 (0)