From eef3cd5cf5dcae88dd4389ca0cdc11e7cad1f323 Mon Sep 17 00:00:00 2001 From: hoodbu <38543715+hoodbu@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:21:25 -0400 Subject: [PATCH] Update main.tf --- main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 9a89402..c40af12 100755 --- a/main.tf +++ b/main.tf @@ -25,7 +25,7 @@ resource "aviatrix_account" "azure_account" { # AWS Transit Modules module "aws_transit_1" { source = "terraform-aviatrix-modules/mc-transit/aviatrix" - version = "1.1.0" + version = "1.1.3" cloud = "AWS" account = var.aws_account_name region = var.aws_transit1_region @@ -39,7 +39,7 @@ module "aws_transit_1" { # AWS Spoke Modules module "aws_spoke_1" { source = "terraform-aviatrix-modules/mc-spoke/aviatrix" - version = "1.1.0" + version = "1.1.2" cloud = "AWS" account = var.aws_account_name region = var.aws_spoke1_region @@ -53,7 +53,7 @@ module "aws_spoke_1" { module "azure_spoke_2" { source = "terraform-aviatrix-modules/mc-spoke/aviatrix" - version = "1.1.0" + version = "1.1.2" cloud = "Azure" account = aviatrix_account.azure_account.account_name region = var.azure_spoke2_region