Skip to content

Commit

Permalink
aws-single-page-static-site remove region from provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrien committed Jul 9, 2021
1 parent ad3cae9 commit 8e3894e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws-single-page-static-site/providers.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
provider "aws" {
alias = "us-east-1"
region = "us-east-1"
alias = "us-east-1"
}

0 comments on commit 8e3894e

Please sign in to comment.