From eae6b2dcee6fc1afd3935953e2b5da694304b3e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:06:45 +0000 Subject: [PATCH] chore(deps): update terraform appvia/private-endpoints/aws to v0.2.10 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- endpoints.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.tf b/endpoints.tf index 05eb1d1..ba05790 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.9" + version = "0.2.10" name = var.services.endpoints.network.name endpoints = var.services.endpoints.services