We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21b646 commit 8eac2d1Copy full SHA for 8eac2d1
main.tf
@@ -3,7 +3,7 @@
3
module "vpc" {
4
count = local.enable_vpc_creation ? 1 : 0
5
source = "appvia/network/aws"
6
- version = "0.3.2"
+ version = "0.3.3"
7
8
availability_zones = var.network.availability_zones
9
enable_default_route_table_association = var.network.enable_default_route_table_association
0 commit comments