You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The port for a codedeploy test listener. If provided CodeDeploy will use this port for test traffic on the new replacement set during the blue-green deployment process before shifting production traffic to the replacement set. Defaults to null"
52
+
default=null
53
+
}
54
+
49
55
variable"vpc_id" {
50
56
type=string
51
57
description="VPC ID to deploy ECS fargate service."
@@ -56,7 +62,7 @@ variable "public_subnet_ids" {
56
62
}
57
63
variable"private_subnet_ids" {
58
64
type=list(string)
59
-
description="List of subnet IDs for the fargate service."
65
+
description="List of subnet IDs for the Lambda service."
60
66
}
61
67
62
68
variable"tags" {
@@ -84,6 +90,6 @@ variable "lambda_policies" {
84
90
85
91
variable"security_groups" {
86
92
type=list(string)
87
-
description="List of extra security group IDs to attach to the fargate task."
93
+
description="List of extra security group IDs to attach to the lambda."
0 commit comments