Skip to content

Commit 4a1b05f

Browse files
authored
Merge pull request #261 from OWASP/dependabot/terraform/aws/terraform-aws-modules/iam/aws-tw-5.20.0
build(deps): update terraform-aws-modules/iam/aws requirement from ~> 5.16.0 to ~> 5.20.0 in /aws
2 parents 5f9a3a2 + 2e4b368 commit 4a1b05f

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.16.0"
145+
version = "~> 5.20.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.16.0"
162+
version = "~> 5.20.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.16.0"
177+
version = "~> 5.20.0"
178178

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

0 commit comments

Comments
 (0)