Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-netops authored Jun 28, 2022
1 parent f46f2c2 commit 80fc805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "aviatrix_account" "azure_account" {
# AWS Transit Modules
module "aws_transit_1" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "2.1.2"
version = "2.1.4"
cloud = "AWS"
account = var.aws_account_name
region = var.aws_transit1_region
Expand All @@ -39,7 +39,7 @@ module "aws_transit_1" {
# AWS Spoke Modules
module "aws_spoke_1" {
source = "terraform-aviatrix-modules/mc-spoke/aviatrix"
version = "1.2.1"
version = "1.2.3"
cloud = "AWS"
account = var.aws_account_name
region = var.aws_spoke1_region
Expand All @@ -53,7 +53,7 @@ module "aws_spoke_1" {

module "azure_spoke_2" {
source = "terraform-aviatrix-modules/mc-spoke/aviatrix"
version = "1.2.1"
version = "1.2.3"
cloud = "Azure"
account = aviatrix_account.azure_account.account_name
region = var.azure_spoke2_region
Expand Down

0 comments on commit 80fc805

Please sign in to comment.