From ac02157bb6646918594827b293320f64eacffeb5 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:16:03 +0200 Subject: [PATCH] Bump version of the Terraform module "irsa" to 5.39.1 (#551) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the Terraform module version of terraform-aws-modules/i... ... am/aws in cik8s-cluster.tf Made with ❤️️ by updatecli * chore: Update the Terraform module version of terraform-aws-modules/i... ... am/aws in cik8s-cluster.tf Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- cik8s-cluster.tf | 2 +- eks-public-cluster.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cik8s-cluster.tf b/cik8s-cluster.tf index 1a67792..69d429f 100644 --- a/cik8s-cluster.tf +++ b/cik8s-cluster.tf @@ -258,7 +258,7 @@ module "cik8s" { module "cik8s_iam_role_autoscaler" { source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "5.39.0" + version = "5.39.1" create_role = true role_name = "${local.autoscaler_account_name}-cik8s" provider_url = replace(module.cik8s.cluster_oidc_issuer_url, "https://", "") diff --git a/eks-public-cluster.tf b/eks-public-cluster.tf index 4b83643..e545275 100644 --- a/eks-public-cluster.tf +++ b/eks-public-cluster.tf @@ -172,7 +172,7 @@ resource "aws_iam_policy" "cluster_autoscaler_public" { module "eks_iam_assumable_role_autoscaler_eks_public" { source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "5.39.0" + version = "5.39.1" create_role = true role_name = "${local.autoscaler_account_name}-eks-public" provider_url = replace(module.eks-public.cluster_oidc_issuer_url, "https://", "")