From 6c08a9246345f5e2c1439b2bca029da1398d1ae1 Mon Sep 17 00:00:00 2001 From: lukemarsden Date: Thu, 28 Jan 2021 22:37:45 +0000 Subject: [PATCH] docs: Bump IRSA example dependencies to versions which work with TF 0.14 (#1184) --- examples/irsa/irsa.tf | 2 +- examples/irsa/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/irsa/irsa.tf b/examples/irsa/irsa.tf index d219c3c..1775e33 100644 --- a/examples/irsa/irsa.tf +++ b/examples/irsa/irsa.tf @@ -1,6 +1,6 @@ module "iam_assumable_role_admin" { source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "2.14.0" + version = "3.6.0" create_role = true role_name = "cluster-autoscaler" provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "") diff --git a/examples/irsa/main.tf b/examples/irsa/main.tf index fff2317..de0186d 100644 --- a/examples/irsa/main.tf +++ b/examples/irsa/main.tf @@ -41,7 +41,7 @@ data "aws_caller_identity" "current" {} module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "2.47.0" + version = "2.64.0" name = "test-vpc" cidr = "10.0.0.0/16" azs = data.aws_availability_zones.available.names