Skip to content

Commit 64f629a

Browse files
chore(deps): bump appvia/network/aws from 0.3.0 to 0.3.1 (#15)
Bumps [appvia/network/aws](https://github.com/appvia/terraform-aws-network) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/appvia/terraform-aws-network/releases) - [Commits](appvia/terraform-aws-network@v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: appvia/network/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0e433c commit 64f629a

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.0"
6+
version = "0.3.1"
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)