Skip to content

Commit

Permalink
chore(deps): update terraform appvia/private-endpoints/aws to v0.2.10 (
Browse files Browse the repository at this point in the history
…#68)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 556a703 commit eae6b2d
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 @@ -23,7 +23,7 @@ module "endpoints_vpc" {
module "endpoints" {

Check failure on line 23 in endpoints.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"

Check failure on line 23 in endpoints.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"
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
Expand Down

0 comments on commit eae6b2d

Please sign in to comment.