From 06a2f57b2ba5f5128649012fc11e6fda9e0b0636 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Mon, 6 Jan 2025 08:08:25 +0000 Subject: [PATCH] fix --- terraform/nowcasting/development/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/nowcasting/development/variables.tf b/terraform/nowcasting/development/variables.tf index 20d0cbfe..a916a985 100644 --- a/terraform/nowcasting/development/variables.tf +++ b/terraform/nowcasting/development/variables.tf @@ -24,7 +24,7 @@ variable "nwp_version" { variable "nwp_ecmwf_version" { description = "The ECMWF NWP version" - default=1.0.8 + default="1.0.8" } variable "sat_version" {