set coder paramter default to null

This commit is contained in:
Stephen Kirby
2023-09-26 20:07:16 +00:00
parent 154ca74bbc
commit f9346f4c23

View File

@@ -22,7 +22,7 @@ variable "description" {
} }
variable "default" { variable "default" {
default = "ams" default = null
description = "The default region to use if no region is specified." description = "The default region to use if no region is specified."
type = string type = string
} }