From 4d8d09d969a4e84500bdf265e78190fb25f11895 Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Tue, 12 Sep 2023 15:10:17 -0400 Subject: [PATCH] Fixed description of cluster_name. --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 85a76d4..b4e6e32 100644 --- a/variables.tf +++ b/variables.tf @@ -4,7 +4,7 @@ variable "profile" { } variable "cluster_name" { - description = "The name of the cluster into which istio will be installed." + description = "The name of the cluster into which prometheus will be installed." type = string }