From bae3a13a2c6c57fd349c92c39a3f17e60bfce63a Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Tue, 12 Sep 2023 14:45:43 -0400 Subject: [PATCH] Removed region variable, not used. --- variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/variables.tf b/variables.tf index b6e7a9e..85a76d4 100644 --- a/variables.tf +++ b/variables.tf @@ -8,11 +8,6 @@ variable "cluster_name" { type = string } -variable "region" { - description = "The region in which the cluster is running." - type = string -} - variable "namespace" { description = "The namespace to install the prometheus components. Defaults to 'prometheus'" type = string