Skip to content

Commit

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

---
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 29, 2024
1 parent bdede32 commit 706cdd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inspection.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module "inspection_vpc" {
count = local.enable_inspection ? 1 : 0
source = "appvia/network/aws"
version = "0.2.1"
version = "0.3.0"

availability_zones = var.connectivity_config.inspection.network.availability_zones
enable_default_route_table_association = false
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "tgw" {
module "egress_vpc" {
count = local.enable_egress ? 1 : 0
source = "appvia/network/aws"
version = "0.2.1"
version = "0.3.0"

availability_zones = var.connectivity_config.egress.network.availability_zones
enable_ipam = var.connectivity_config.egress.network.ipam_pool_id != null
Expand All @@ -49,7 +49,7 @@ module "egress_vpc" {
module "ingress_vpc" {
count = local.enable_ingress ? 1 : 0
source = "appvia/network/aws"
version = "0.2.1"
version = "0.3.0"

availability_zones = var.connectivity_config.ingress.network.availability_zones
enable_ipam = var.connectivity_config.ingress.network.ipam_pool_id != null
Expand Down

0 comments on commit 706cdd9

Please sign in to comment.