UPD: changed aws region to us-east-1
This commit is contained in:
parent
6cec75393f
commit
ed443204ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ bin/
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
.idea
|
||||
.terraform.lock.hcl
|
||||
|
@ -1,5 +1,5 @@
|
||||
provider "aws" {
|
||||
region = "ap-east-1"
|
||||
region = "us-east-1"
|
||||
|
||||
default_tags {
|
||||
tags = {
|
||||
|
@ -1,5 +1,5 @@
|
||||
provider "aws" {
|
||||
region = "ap-east-1"
|
||||
region = "us-east-1"
|
||||
|
||||
default_tags {
|
||||
tags = {
|
||||
|
Loading…
Reference in New Issue
Block a user