Skip to content

Commit

Permalink
chore(deps): bump appvia/private-endpoints/aws in /modules/trusted (#83)
Browse files Browse the repository at this point in the history
Bumps [appvia/private-endpoints/aws](https://github.com/appvia/terraform-aws-private-endpoints) from 0.2.10 to 0.2.11.
- [Release notes](https://github.com/appvia/terraform-aws-private-endpoints/releases)
- [Commits](appvia/terraform-aws-private-endpoints@v0.2.10...v0.2.11)

---
updated-dependencies:
- dependency-name: appvia/private-endpoints/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 64edacd commit 5fcb245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/trusted/endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "endpoints_vpc" {
module "endpoints" {
count = local.enable_endpoints ? 1 : 0
source = "appvia/private-endpoints/aws"
version = "0.2.10"
version = "0.2.11"

name = var.services.endpoints.network.name
endpoints = var.services.endpoints.services
Expand Down

0 comments on commit 5fcb245

Please sign in to comment.