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
| hosted_zone |[object](#hosted_zone)| Hosted Zone object to redirect to ALB. (Can pass in the aws_hosted_zone object). A and AAAA records created in this hosted zone. |
91
91
| https_certificate_arn | string | ARN of the HTTPS certificate of the hosted zone/domain. |
92
92
| codedeploy_lifecycle_hooks | [object](#codedeploy_lifecycle_hooks) | Define Lambda Functions for CodeDeploy lifecycle event hooks. Or set this variable to null to not have any lifecycle hooks invoked. Defaults to null | null
93
+
| appspec_filename | string | Filename (including path) to use when outputing appspec json. |`appspec.json` in the current working directory (i.e. where you ran `terraform apply`) |
93
94
| codedeploy_test_listener_port | number | 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 | null
94
95
| vpc_id | string | VPC ID to deploy ALB and Lambda (If specified). |
95
96
| public_subnet_ids | list(string) | List of subnet IDs for the ALB. |
description="Filename (including path) to use when outputing appspec json."
72
+
default=null
73
+
}
74
+
69
75
variable"codedeploy_test_listener_port" {
70
76
type=number
71
77
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"
0 commit comments