Skip to content

Commit

Permalink
chore(deps): bump appvia/network/aws from 0.1.3 to 0.2.1
Browse files Browse the repository at this point in the history
Bumps [appvia/network/aws](https://github.com/appvia/terraform-aws-network) from 0.1.3 to 0.2.1.
- [Release notes](https://github.com/appvia/terraform-aws-network/releases)
- [Commits](appvia/terraform-aws-network@v0.1.3...v0.2.1)

---
updated-dependencies:
- dependency-name: appvia/network/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 6e57a27 commit 7a83858
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 @@ -7,7 +7,7 @@ locals {
## Provision the VPC for VPN
module "vpc" {
source = "appvia/network/aws"
version = "0.1.3"
version = "0.2.1"

name = var.name
availability_zones = var.availability_zones
Expand Down

0 comments on commit 7a83858

Please sign in to comment.