From 90123725b95f13edfc8a9a6f862928ff046c112a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:10:57 +0000 Subject: [PATCH] chore(deps): bump appvia/private-endpoints/aws from 0.2.10 to 0.2.11 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](https://github.com/appvia/terraform-aws-private-endpoints/compare/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] --- endpoints.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.tf b/endpoints.tf index f81ca89..6803c55 100644 --- a/endpoints.tf +++ b/endpoints.tf @@ -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