Merge pull request #538 from cloudskiff/revert-531-fix/change_vpc_acc_region

Revert "try to change region in vpc acc test to mitigate max number of vpc"
main
Elie 2021-05-21 14:35:54 +02:00 committed by GitHub
commit 44bb4258cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
provider "aws" { provider "aws" {
region = "us-east-2" region = "us-east-1"
} }
terraform { terraform {