From 9094b15923da8042d903831a64db481da6e844fd Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Fri, 30 Aug 2024 17:43:01 +0100 Subject: [PATCH] chore(deps): bumping the version of the private endpoints --- README.md | 2 +- endpoints.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 189a55a..4608989 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s | [dns](#module\_dns) | appvia/dns/aws | 1.2.1 | | [dns\_vpc](#module\_dns\_vpc) | appvia/network/aws | 0.3.1 | | [egress\_vpc](#module\_egress\_vpc) | appvia/network/aws | 0.3.1 | -| [endpoints](#module\_endpoints) | appvia/private-endpoints/aws | 0.2.5 | +| [endpoints](#module\_endpoints) | appvia/private-endpoints/aws | 0.2.6 | | [endpoints\_vpc](#module\_endpoints\_vpc) | appvia/network/aws | 0.3.1 | | [ingress\_vpc](#module\_ingress\_vpc) | appvia/network/aws | 0.3.1 | | [inspection\_vpc](#module\_inspection\_vpc) | appvia/network/aws | 0.3.1 | diff --git a/endpoints.tf b/endpoints.tf index 27f8a2c..ed6bc0e 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.5" + version = "0.2.6" name = var.services.endpoints.network.name endpoints = var.services.endpoints.services