Skip to content

Commit

Permalink
Update cluster name assignment in locals.tf and add default.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 11, 2025
1 parent 70c4768 commit f5e7c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ locals {
vpc_domain_name = var.cluster_config.vpc_domain_name
}
cluster = {
cluster_name = var.cluster_config.cluster_name
cluster_name = var.name
cluster_mailing_list = var.cluster_config.cluster_mailing_list
eks_instance_disk_size = var.cluster_config.eks_instance_disk_size
eks_ng_desired_size = var.cluster_config.eks_ng_desired_size
Expand Down
1 change: 1 addition & 0 deletions varfiles/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit f5e7c5f

Please sign in to comment.