Skip to content

Commit 88f6dc3

Browse files
authored
Merge pull request #632 from OWASP/dependabot/terraform/aws/terraform-aws-modules/iam/aws-tw-5.42.0
build(deps): update terraform-aws-modules/iam/aws requirement from ~> 5.39.0 to ~> 5.42.0 in /aws
2 parents bcc26b4 + 1d08591 commit 88f6dc3

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
@@ -144,7 +144,7 @@ module "eks" {
144144
# Cluster Autoscaler IRSA
145145
module "cluster_autoscaler_irsa_role" {
146146
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
147-
version = "~> 5.39.0"
147+
version = "~> 5.42.0"
148148

149149

150150
role_name = "wrongsecrets-cluster-autoscaler"
@@ -161,7 +161,7 @@ module "cluster_autoscaler_irsa_role" {
161161

162162
module "ebs_csi_irsa_role" {
163163
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
164-
version = "~> 5.39.0"
164+
version = "~> 5.42.0"
165165

166166
role_name = "wrongsecrets-ebs-csi"
167167
attach_ebs_csi_policy = true
@@ -176,7 +176,7 @@ module "ebs_csi_irsa_role" {
176176

177177
module "load_balancer_controller_irsa_role" {
178178
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
179-
version = "~> 5.39.0"
179+
version = "~> 5.42.0"
180180

181181
role_name = "wrongsecrets-load-balancer-controller"
182182
attach_load_balancer_controller_policy = true

0 commit comments

Comments
 (0)