fix aws region
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-05-17 18:26:44 +02:00
parent 43c5c046ec
commit 6a4d13d651
1 changed files with 1 additions and 1 deletions

View File

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