From f9346f4c23a6267c1c6c5ebf9ae45576bc9f59b1 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 26 Sep 2023 20:07:16 +0000 Subject: [PATCH] set coder paramter default to null --- fly-region/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly-region/main.tf b/fly-region/main.tf index 16db199..7c4a077 100644 --- a/fly-region/main.tf +++ b/fly-region/main.tf @@ -22,7 +22,7 @@ variable "description" { } variable "default" { - default = "ams" + default = null description = "The default region to use if no region is specified." type = string }