diff --git a/README.md b/README.md
index f346ffe..98ae02c 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.7 |
+| [endpoints](#module\_endpoints) | appvia/private-endpoints/aws | 0.2.8 |
| [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 5010634..144d4f0 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.7"
+ version = "0.2.8"
name = var.services.endpoints.network.name
endpoints = var.services.endpoints.services