Skip to content

Commit edc22e1

Browse files
authored
Update provider.tf
1 parent 3433707 commit edc22e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

provider.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
provider "aws" {}
2+
provider "aws" {
3+
alias = "useast1"
4+
region = "us-east-1"
5+
}

0 commit comments

Comments
 (0)