From d7441529ea62540aabe43429c0439e99c4bd55c2 Mon Sep 17 00:00:00 2001 From: "Leo J." <153937047+leiicamundi@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:52:32 +0200 Subject: [PATCH] update tf module version of eks from 2.0.0 to 2.1.0 --- .../setup/deploy/amazon/amazon-eks/terraform-setup.md | 4 ++-- .../helm-kubernetes/platforms/amazon-eks/terraform-setup.md | 4 ++-- .../setup/deploy/amazon/amazon-eks/terraform-setup.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/self-managed/setup/deploy/amazon/amazon-eks/terraform-setup.md b/docs/self-managed/setup/deploy/amazon/amazon-eks/terraform-setup.md index 95f1c25fe7..0fd7739c24 100644 --- a/docs/self-managed/setup/deploy/amazon/amazon-eks/terraform-setup.md +++ b/docs/self-managed/setup/deploy/amazon/amazon-eks/terraform-setup.md @@ -117,7 +117,7 @@ The [Camunda provided module](https://github.com/camunda/camunda-tf-eks-module) ```hcl module "eks_cluster" { - source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=2.0.0" + source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=2.1.0" region = "eu-central-1" # change to your AWS region name = "cluster-name" # change to name of your choosing @@ -142,7 +142,7 @@ We separated the cluster and PostgreSQL modules from each other to allow more cu ```hcl module "postgresql" { - source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=2.0.0" + source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=2.1.0" engine_version = "15.4" auto_minor_version_upgrade = false cluster_name = "cluster-name-postgresql" # change "cluster-name" to your name diff --git a/versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/platforms/amazon-eks/terraform-setup.md b/versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/platforms/amazon-eks/terraform-setup.md index 95f1c25fe7..0fd7739c24 100644 --- a/versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/platforms/amazon-eks/terraform-setup.md +++ b/versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/platforms/amazon-eks/terraform-setup.md @@ -117,7 +117,7 @@ The [Camunda provided module](https://github.com/camunda/camunda-tf-eks-module) ```hcl module "eks_cluster" { - source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=2.0.0" + source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=2.1.0" region = "eu-central-1" # change to your AWS region name = "cluster-name" # change to name of your choosing @@ -142,7 +142,7 @@ We separated the cluster and PostgreSQL modules from each other to allow more cu ```hcl module "postgresql" { - source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=2.0.0" + source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=2.1.0" engine_version = "15.4" auto_minor_version_upgrade = false cluster_name = "cluster-name-postgresql" # change "cluster-name" to your name diff --git a/versioned_docs/version-8.5/self-managed/setup/deploy/amazon/amazon-eks/terraform-setup.md b/versioned_docs/version-8.5/self-managed/setup/deploy/amazon/amazon-eks/terraform-setup.md index 95f1c25fe7..0fd7739c24 100644 --- a/versioned_docs/version-8.5/self-managed/setup/deploy/amazon/amazon-eks/terraform-setup.md +++ b/versioned_docs/version-8.5/self-managed/setup/deploy/amazon/amazon-eks/terraform-setup.md @@ -117,7 +117,7 @@ The [Camunda provided module](https://github.com/camunda/camunda-tf-eks-module) ```hcl module "eks_cluster" { - source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=2.0.0" + source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=2.1.0" region = "eu-central-1" # change to your AWS region name = "cluster-name" # change to name of your choosing @@ -142,7 +142,7 @@ We separated the cluster and PostgreSQL modules from each other to allow more cu ```hcl module "postgresql" { - source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=2.0.0" + source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=2.1.0" engine_version = "15.4" auto_minor_version_upgrade = false cluster_name = "cluster-name-postgresql" # change "cluster-name" to your name