Skip to content

Commit 8eac2d1

Browse files
chore(deps): update terraform appvia/network/aws to v0.3.3 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a21b646 commit 8eac2d1

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.2"
6+
version = "0.3.3"
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)