From 423740049a23f6e945e5c258b9daaa6096ec2abd Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 3 Jul 2024 22:27:28 -0400 Subject: [PATCH] uncomment --- variables.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/variables.tf b/variables.tf index aa6c601..8cd358a 100644 --- a/variables.tf +++ b/variables.tf @@ -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."