From 691d42a2916e8b9b744fcc54487a95756b8978f6 Mon Sep 17 00:00:00 2001 From: Marcelo Villa Date: Fri, 17 May 2024 12:22:08 -0500 Subject: [PATCH] Fix variable. --- src/nebari_plugin_self_registration/terraform/variables.tf | 1 + 1 file changed, 1 insertion(+) 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"