From 15a23ffdb6f64e48262b663cb424d603dab03700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:11:16 +0000 Subject: [PATCH] chore(deps): update terraform appvia/private-endpoints/aws to v0.2.11 --- 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