diff --git a/src/nebari_plugin_self_registration/terraform/variables.tf b/src/nebari_plugin_self_registration/terraform/variables.tf index fc91668..ae81d66 100644 --- a/src/nebari_plugin_self_registration/terraform/variables.tf +++ b/src/nebari_plugin_self_registration/terraform/variables.tf @@ -103,6 +103,7 @@ variable "affinity" { variable "cloud_provider" { description = "Cloud provider where Nebari is deployed to" type = string +} variable "theme" { description = "Theme configured in theme.jupyterhub"