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"