We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d49781 commit 02ad54eCopy full SHA for 02ad54e
terraform/lib/apprunner/vpc.tf
@@ -1,5 +1,6 @@
1
module "vpc_endpoints" {
2
- source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
+ source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
3
+ version = "5.21.0"
4
5
vpc_id = var.vpc_id
6
security_group_ids = [aws_security_group.vpc_endpoint.id]
@@ -38,4 +39,4 @@ resource "aws_security_group" "vpc_endpoint" {
38
39
}
40
41
tags = var.tags
-}
42
+}
0 commit comments