Skip to content

Commit 60b768f

Browse files
committed
Add providers.tf file with AWS provider configurations for ALB and Route53
1 parent d00d2a0 commit 60b768f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
provider "aws" {
22
alias = "alb"
3-
region = "us-east-1"
3+
region = "eu-central-1"
44
}
55

66
provider "aws" {
77
alias = "route53"
8-
region = "us-east-1"
8+
region = "eu-central-1"
99
}

0 commit comments

Comments
 (0)