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="VPC ID to deploy ECS fargate service."
83
+
description="VPC ID to deploy Lambda API service."
84
84
}
85
85
variable"public_subnet_ids" {
86
86
type=list(string)
@@ -112,7 +112,7 @@ variable "lambda_policies" {
112
112
113
113
variable"use_codedeploy" {
114
114
type=bool
115
-
description="If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (becuase CodeDeploy will do that)."
115
+
description="If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (because CodeDeploy will do that)."
0 commit comments