diff --git a/variables.tf b/variables.tf index 8d2278d6..5622cf5d 100644 --- a/variables.tf +++ b/variables.tf @@ -327,8 +327,8 @@ variable "elasticache_node_type" { # ########################################## # # Weights & Biases # # ########################################## -# variable "license" { -# type = string -# description = "Weights & Biases license key." -# } +variable "license" { + type = string + description = "Weights & Biases license key." +}