Skip to content

Commit 741af2d

Browse files
committed
use eu-central-1 as default region
1 parent 9529364 commit 741af2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "region" {
2-
default = "us-east-2"
2+
default = "eu-central-1"
33
description = "region to provision"
44
type = string
55
validation {

0 commit comments

Comments
 (0)