We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbac4f0 commit 04a605eCopy full SHA for 04a605e
endpoints.tf
@@ -24,7 +24,7 @@ resource "aws_vpc_endpoint" "dynamodb" {
24
## Provision the security groups for the private links
25
module "private_links" {
26
source = "terraform-aws-modules/security-group/aws"
27
- version = "5.3.0"
+ version = "5.3.1"
28
count = length(local.enabled_endpoints) > 0 ? 1 : 0
29
30
description = "Provides the security groups for the private links access"
0 commit comments