We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844cc37 commit 43d74e0Copy full SHA for 43d74e0
main.tf
@@ -3,7 +3,7 @@
3
module "vpc" {
4
count = var.vpc_id == "" ? 1 : 0
5
source = "appvia/network/aws"
6
- version = "0.6.10"
+ version = "0.6.12"
7
8
availability_zones = var.availability_zones
9
enable_transit_gateway_appliance_mode = true
0 commit comments