From 38a465117b8be0b213ad794cc62b2f45823fb7d9 Mon Sep 17 00:00:00 2001 From: Balazs Kenez <96087935+bkenez@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:59:46 +0100 Subject: [PATCH] fix: update values for c8.6 --- examples/camunda-8.6/cluster.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/camunda-8.6/cluster.tf b/examples/camunda-8.6/cluster.tf index 9049c6f..2e9f0da 100644 --- a/examples/camunda-8.6/cluster.tf +++ b/examples/camunda-8.6/cluster.tf @@ -1,10 +1,10 @@ locals { - eks_cluster_name = "cluster-name-std" # Change this to a name of your choice - eks_cluster_region = "eu-west-2" # Change this to your desired AWS region + eks_cluster_name = "bkenez-c86-test-cluster" # Change this to a name of your choice + eks_cluster_region = "eu-north-1" # Change this to your desired AWS region } module "eks_cluster" { - source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1" + source = "git::https://github.com/camunda/camunda-tf-eks-module/tree/bkenez-test/modules/eks-cluster?ref=3.1.1" name = local.eks_cluster_name region = local.eks_cluster_region