Skip to content

Commit

Permalink
chore: updating the version of the endpoints module
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Apr 12, 2024
1 parent 470b5cd commit 4028ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "endpoints_vpc" {
module "endpoints" {
count = local.enable_endpoints ? 1 : 0
source = "appvia/private-endpoints/aws"
version = "0.1.2"
version = "0.1.3"

name = var.connectivity_config.endpoints.network.name
endpoints = var.connectivity_config.endpoints.services
Expand Down

0 comments on commit 4028ede

Please sign in to comment.