Skip to content

Commit

Permalink
fix: update values for c8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bkenez committed Dec 13, 2024
1 parent f742ede commit 38a4651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/camunda-8.6/cluster.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 38a4651

Please sign in to comment.