Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Apr 16, 2025
1 parent 84ff592 commit 4ce631e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ce631e

Please sign in to comment.