Skip to content

Commit 2305ee1

Browse files
build(deps): update terraform-aws-modules/iam/aws requirement from ~> 5.11.2 to ~> 5.16.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.11.2...v5.16.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e041a0 commit 2305ee1

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.11.2"
145+
version = "~> 5.16.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.11.2"
162+
version = "~> 5.16.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.11.2"
177+
version = "~> 5.16.0"
178178

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

0 commit comments

Comments
 (0)