Skip to content

Commit a9524d2

Browse files
build(deps): update terraform-aws-modules/iam/aws requirement from ~> 5.42.0 to ~> 5.44.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.42.0...v5.44.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6aabd01 commit a9524d2

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.42.0"
147+
version = "~> 5.44.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.42.0"
164+
version = "~> 5.44.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.42.0"
179+
version = "~> 5.44.0"
180180

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

0 commit comments

Comments
 (0)