diff --git a/terraform/variables.tf b/terraform/variables.tf index c54e0e0..95d1880 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -1,7 +1,3 @@ -terraform { - required_version = ">= 0.12.24" -} - variable "env" { type = string default = "staging" @@ -9,12 +5,12 @@ variable "env" { variable "cluster_version" { type = string - default = "v2" + default = "v3" } variable "eks_cluster_name" { type = string - default = "eks-cluster-name" + default = "cluster-name" } locals{ @@ -33,4 +29,4 @@ locals{ asg_max_size = 2 asg_min_size = 1 instance_type = ["..."] -} \ No newline at end of file +}