From 8588a87acd0f5a0a4f00a70d09db69cd442c8100 Mon Sep 17 00:00:00 2001 From: Jeremy Costanza Date: Tue, 22 Oct 2024 15:32:26 -0400 Subject: [PATCH] fix: change spark mirror --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 04b3403..f73957d 100644 --- a/variables.tf +++ b/variables.tf @@ -177,7 +177,7 @@ variable "spark_version" { variable "spark_mirror" { description = "Mirror from which to download spark" type = string - default = "https://dlcdn.apache.org" + default = "https://archive.apache.org/dist" } variable "spark_sql_warehouse_dir" { @@ -262,4 +262,4 @@ variable "fluentbit" { ca_cert = "" } } -} \ No newline at end of file +}