Skip to content

Commit 43d74e0

Browse files
chore(deps): update terraform appvia/network/aws to v0.6.12
1 parent 844cc37 commit 43d74e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module "vpc" {
44
count = var.vpc_id == "" ? 1 : 0
55
source = "appvia/network/aws"
6-
version = "0.6.10"
6+
version = "0.6.12"
77

88
availability_zones = var.availability_zones
99
enable_transit_gateway_appliance_mode = true

0 commit comments

Comments
 (0)