Skip to content

Commit

Permalink
Change region from Canada to us-east-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodbu authored Aug 6, 2021
1 parent 2ca26d2 commit cbc01cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ provider "aviatrix" {
}

provider "aws" {
alias = "canada"
region = "ca-central-1"
alias = "east"
region = var.aws_spoke1_region
}

provider "azurerm" {
Expand Down

0 comments on commit cbc01cc

Please sign in to comment.