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
Making codedeploy and test listener optional (#60)
* Making codedeploy and test listener optional; small fixes
* terraform-docs: automated update action
---------
Co-authored-by: adenot <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,10 @@ module "ecs_apps" {
77
77
| alb\_internal | Deploys a second internal ALB for private APIs. |`bool`|`false`| no |
78
78
| alb\_internal\_ssl\_policy | The name of the SSL Policy for the listener. Required if protocol is HTTPS or TLS. |`string`|`"ELBSecurityPolicy-TLS-1-2-Ext-2018-06"`| no |
79
79
| alb\_only | Whether to deploy only an alb and no cloudFront or not with the cluster. |`bool`|`false`| no |
80
+
| alb\_sg\_allow\_alb\_test\_listener | Whether to allow world access to the test listeners |`bool`|`true`| no |
80
81
| alb\_sg\_allow\_egress\_https\_world | Whether to allow ALB to access HTTPS endpoints - needed when using OIDC authentication |`bool`|`true`| no |
81
-
| alb\_sg\_allow\_test\_listener | Whether to allow world access to the test listeners |`bool`|`true`| no |
82
82
| alb\_ssl\_policy | The name of the SSL Policy for the listener. Required if protocol is HTTPS or TLS. |`string`|`"ELBSecurityPolicy-2016-08"`| no |
83
+
| alb\_test\_listener | Enables a second listener on ports 8080 and 8443 for a phased deploy/cutover (blue/green) |`bool`|`true`| no |
83
84
| architecture | Architecture to select the AMI, x86\_64 or arm64 |`string`|`"x86_64"`| no |
84
85
| asg\_capacity\_rebalance | Indicates whether capacity rebalance is enabled |`bool`|`false`| no |
85
86
| asg\_max | Max number of instances for autoscaling group. |`number`|`4`| no |
@@ -91,6 +92,7 @@ module "ecs_apps" {
91
92
| backup | Assing a backup tag to efs resource - Backup will be performed by AWS Backup. |`string`|`"true"`| no |
92
93
| certificate\_arn | n/a |`any`| n/a | yes |
93
94
| certificate\_internal\_arn | certificate arn for internal ALB. |`string`|`""`| no |
95
+
| code\_deploy | Enables CodeDeploy role to be used for deployment |`bool`|`true`| no |
94
96
| container\_insights | Enables CloudWatch Container Insights for a cluster. |`bool`|`false`| no |
95
97
| create\_efs | Enables creation of EFS volume for cluster |`bool`|`true`| no |
96
98
| create\_iam\_service\_linked\_role | Create iam\_service\_linked\_role for ECS or not. |`bool`|`false`| no |
0 commit comments