From bb6690950ab5e57babff4cb32fa0c8aa85f68fe0 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Mon, 25 Nov 2024 13:28:03 +0200 Subject: [PATCH] Default to separate efs --- terraform/aws/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index e7810e1dd..2f27ed993 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -208,7 +208,7 @@ variable "default_budget_alert" { } variable "disable_cluster_wide_filestore" { - default = false + default = true type = bool description = <<-EOT Whether or not the initial cluster-wide `homedirs` filestore