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
|
||||||
*.tfstate.backup
|
*.tfstate.backup
|
||||||
.idea
|
.idea
|
||||||
|
.terraform.lock.hcl
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
provider "aws" {
|
provider "aws" {
|
||||||
region = "ap-east-1"
|
region = "us-east-1"
|
||||||
|
|
||||||
default_tags {
|
default_tags {
|
||||||
tags = {
|
tags = {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
provider "aws" {
|
provider "aws" {
|
||||||
region = "ap-east-1"
|
region = "us-east-1"
|
||||||
|
|
||||||
default_tags {
|
default_tags {
|
||||||
tags = {
|
tags = {
|
||||||
|
Loading…
Reference in New Issue
Block a user