Skip to content

Commit

Permalink
Merge pull request #405 from OWASP/dependabot/terraform/aws/terraform…
Browse files Browse the repository at this point in the history
…-aws-modules/iam/aws-tw-5.32.0

build(deps): update terraform-aws-modules/iam/aws requirement from ~> 5.30.0 to ~> 5.32.0 in /aws
  • Loading branch information
commjoen authored Dec 5, 2023
2 parents 9a43730 + 3b97174 commit ce6f7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ce6f7a6

Please sign in to comment.