From 340d69b0751a8179a94cedae90c1c22b6bbf29d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Tue, 20 Feb 2024 16:28:06 +0100 Subject: [PATCH] docs: fix typo --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 9748951e..cdfdd6d6 100644 --- a/variables.tf +++ b/variables.tf @@ -13,7 +13,7 @@ variable "base_domain" { } variable "subdomain" { - description = "Sub domain of the cluster. Value used for the ingress' URL of the application." + description = "Subdomain of the cluster. Value used for the ingress' URL of the application." type = string default = "apps" }