Skip to content

Commit

Permalink
chore(deps): bump appvia/network/aws in /modules/trusted (#86)
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.3 to 0.3.6.
- [Release notes](https://github.com/appvia/terraform-aws-network/releases)
- [Commits](appvia/terraform-aws-network@v0.3.3...v0.3.6)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 37e7aed commit db1db2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/trusted/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module "dns_vpc" {
count = local.enable_dns ? 1 : 0
source = "appvia/network/aws"
version = "0.3.3"
version = "0.3.6"

availability_zones = var.services.dns.network.availability_zones
enable_default_route_table_association = false
Expand Down
2 changes: 1 addition & 1 deletion modules/trusted/egress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module "egress_vpc" {
count = local.enable_egress ? 1 : 0
source = "appvia/network/aws"
version = "0.3.3"
version = "0.3.6"

availability_zones = var.services.egress.network.availability_zones
enable_default_route_table_association = false
Expand Down
2 changes: 1 addition & 1 deletion modules/trusted/endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module "endpoints_vpc" {
count = local.enable_endpoints ? 1 : 0
source = "appvia/network/aws"
version = "0.3.3"
version = "0.3.6"

availability_zones = var.services.endpoints.network.availability_zones
enable_default_route_table_association = false
Expand Down
2 changes: 1 addition & 1 deletion modules/trusted/ingress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module "ingress_vpc" {
count = local.enable_ingress ? 1 : 0
source = "appvia/network/aws"
version = "0.3.3"
version = "0.3.6"

availability_zones = var.services.ingress.network.availability_zones
enable_default_route_table_association = false
Expand Down

0 comments on commit db1db2d

Please sign in to comment.