set coder paramter default to null

pull/52/head
Stephen Kirby 2 years ago
parent 154ca74bbc
commit f9346f4c23

@ -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
} }

Loading…
Cancel
Save