UPD: changed aws region to us-east-1

This commit is contained in:
KF 2024-05-30 14:46:28 +08:00
parent 6cec75393f
commit ed443204ef
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86
3 changed files with 13 additions and 12 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ bin/
*.tfstate
*.tfstate.backup
.idea
.terraform.lock.hcl

View File

@ -1,5 +1,5 @@
provider "aws" {
region = "ap-east-1"
region = "us-east-1"
default_tags {
tags = {

View File

@ -1,5 +1,5 @@
provider "aws" {
region = "ap-east-1"
region = "us-east-1"
default_tags {
tags = {