Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 4, 2024
1 parent f8fc3a3 commit 4237400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ variable "subnets_name" {
default = "*-container-*"
}

# variable "domain" {
# description = "The DNS domain name of the cluster."
# type = string
# }
variable "domain" {
description = "The DNS domain name of the cluster."
type = string
}

variable "eks_instance_disk_size" {
description = "The size of the disk of the worker nodes in gigabytes. 40 is the approximate minimum. Needs to hold the all of the normal operating system files plus every image that will be used in the cluster."
Expand Down

0 comments on commit 4237400

Please sign in to comment.