Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
OneideLuizSchneider authored Nov 5, 2023
1 parent 946d2ec commit 0352ed4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
terraform {
required_version = ">= 0.12.24"
}

variable "env" {
type = string
default = "staging"
}

variable "cluster_version" {
type = string
default = "v2"
default = "v3"
}

variable "eks_cluster_name" {
type = string
default = "eks-cluster-name"
default = "cluster-name"
}

locals{
Expand All @@ -33,4 +29,4 @@ locals{
asg_max_size = 2
asg_min_size = 1
instance_type = ["..."]
}
}

0 comments on commit 0352ed4

Please sign in to comment.