From 4ce631edc56f82d440c705813f92b0b847831db7 Mon Sep 17 00:00:00 2001 From: mcgin314 Date: Wed, 16 Apr 2025 11:57:30 -0400 Subject: [PATCH] Fix variables --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index a4c12e7..60a8208 100644 --- a/variables.tf +++ b/variables.tf @@ -9,7 +9,7 @@ variable "profile" { default = "" } -variable "namespace" { +variable "keycloak_namespace" { description = "The namespace which will be created and into which keycloak will be deployed." type = string default = "keycloak"