fixed default

This commit is contained in:
Stephen Kirby
2023-09-26 18:37:43 +00:00
parent 895eca769d
commit 071c0fef28

View File

@@ -22,7 +22,7 @@ variable "description" {
} }
variable "default" { variable "default" {
default = "us-east-1" default = "ams"
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
} }