Skip to content

Commit 04a605e

Browse files
chore(deps): update terraform terraform-aws-modules/security-group/aws to v5.3.1 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbac4f0 commit 04a605e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "aws_vpc_endpoint" "dynamodb" {
2424
## Provision the security groups for the private links
2525
module "private_links" {
2626
source = "terraform-aws-modules/security-group/aws"
27-
version = "5.3.0"
27+
version = "5.3.1"
2828
count = length(local.enabled_endpoints) > 0 ? 1 : 0
2929

3030
description = "Provides the security groups for the private links access"

0 commit comments

Comments
 (0)