Skip to content

Commit

Permalink
initial commit for temporary test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bkenez committed Dec 13, 2024
1 parent f73c4df commit 5a66fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/camunda-8.7/cluster.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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-c8-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" {
Expand Down

0 comments on commit 5a66fb6

Please sign in to comment.