Skip to content

Commit

Permalink
chore(deps): bump appvia/network/aws from 0.3.0 to 0.3.1 (#15)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent f0e433c commit 64f629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module "vpc" {
count = local.enable_vpc_creation ? 1 : 0
source = "appvia/network/aws"
version = "0.3.0"
version = "0.3.1"

availability_zones = var.network.availability_zones
enable_default_route_table_association = var.network.enable_default_route_table_association
Expand Down

0 comments on commit 64f629a

Please sign in to comment.