From 95869c563b8234796ad5f3393ea7edd5e0f26c0e Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 13:11:05 +0300 Subject: [PATCH] make default required --- jetbrains-gateway/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/jetbrains-gateway/main.tf b/jetbrains-gateway/main.tf index a007cf2..9e01cf0 100644 --- a/jetbrains-gateway/main.tf +++ b/jetbrains-gateway/main.tf @@ -27,7 +27,6 @@ variable "project_directory" { variable "default" { type = string description = "Default IDE" - default = null } variable "jetbrains_ides" {