From 3b97174313a61d18f1dc632e1666f32901f3de0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:06:52 +0000 Subject: [PATCH] build(deps): update terraform-aws-modules/iam/aws requirement from ~> 5.30.0 to ~> 5.32.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](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.30.0...v5.32.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aws/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aws/main.tf b/aws/main.tf index 5479e048c..d7213746f 100644 --- a/aws/main.tf +++ b/aws/main.tf @@ -142,7 +142,7 @@ module "eks" { # Cluster Autoscaler IRSA module "cluster_autoscaler_irsa_role" { source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "~> 5.30.0" + version = "~> 5.32.0" role_name = "wrongsecrets-cluster-autoscaler" @@ -159,7 +159,7 @@ module "cluster_autoscaler_irsa_role" { module "ebs_csi_irsa_role" { source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "~> 5.30.0" + version = "~> 5.32.0" role_name = "wrongsecrets-ebs-csi" attach_ebs_csi_policy = true @@ -174,7 +174,7 @@ module "ebs_csi_irsa_role" { module "load_balancer_controller_irsa_role" { source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "~> 5.30.0" + version = "~> 5.32.0" role_name = "wrongsecrets-load-balancer-controller" attach_load_balancer_controller_policy = true