Skip to content

Commit 51b3046

Browse files
chore(deps): update terraform appvia/network/aws to v0.3.6
1 parent 92b8697 commit 51b3046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module "vpc" {
44
count = local.enable_vpc_creation ? 1 : 0
55
source = "appvia/network/aws"
6-
version = "0.3.4"
6+
version = "0.3.6"
77

88
availability_zones = var.network.availability_zones
99
enable_default_route_table_association = var.network.enable_default_route_table_association

0 commit comments

Comments
 (0)