Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/security-group/aw…
Browse files Browse the repository at this point in the history
…s to v5.3.0 (#24)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 298c032 commit 084b052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_route53_resolver_rule_association" "vpc_associations" {
## Provision the security groups for the private links
module "private_links" {

Check failure on line 29 in main.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"
source = "terraform-aws-modules/security-group/aws"
version = "5.2.0"
version = "5.3.0"
count = length(local.enabled_endpoints) > 0 ? 1 : 0

description = "Provides the security groups for the private links access"
Expand Down

0 comments on commit 084b052

Please sign in to comment.