fix aws region
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2022-05-17 18:26:44 +02:00
parent 43c5c046ec
commit 6a4d13d651

View File

@ -31,5 +31,5 @@ provider "cloudflare" {
provider "aws" {
profile = "default"
region = "eu-central-2"
region = "eu-central-1"
}