From f8fc3a3a9933b26bfe65e9c6587a1ed9c29e1ffc Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 3 Jul 2024 21:29:36 -0400 Subject: [PATCH] comment domain --- variables.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/variables.tf b/variables.tf index 8cd358a..aa6c601 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."