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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ No modules.
179
179
| manage\_ecs\_security\_group | Enable creation and management of the ECS security group and rules |`bool`|`true`| no |
180
180
| name | The service name. |`string`| n/a | yes |
181
181
| nlb\_subnet\_cidr\_blocks | List of Network Load Balancer (NLB) CIDR blocks to allow traffic from. |`list(string)`|`[]`| no |
182
-
| service\_registries | List of service registry objects as per <https://www.terraform.io/docs/providers/aws/r/ecs_service.html#service_registries-1>. List can only have a single object until <https://github.com/terraform-providers/terraform-provider-aws/issues/9573> is resolved. |```list(object({ registry_arn = string container_name = string container_port = number port = number }))```|`[]`| no |
182
+
| service\_registries | List of service registry objects as per <https://www.terraform.io/docs/providers/aws/r/ecs_service.html#service_registries-1>. List can only have a single object until <https://github.com/terraform-providers/terraform-provider-aws/issues/9573> is resolved. Either provide container\_name and container\_port or port |```list(object({ registry_arn = string container_name = optional(string) container_port = optional(number) port = optional(number) }))```|`[]`| no |
183
183
| target\_container\_name | Name of the container the Load Balancer should target. Default: {name}-{environment} |`string`|`""`| no |
184
184
| tasks\_desired\_count | The number of instances of a task definition. |`number`|`1`| no |
185
185
| tasks\_maximum\_percent | Upper limit on the number of running tasks. |`number`|`200`| no |
description="List of service registry objects as per <https://www.terraform.io/docs/providers/aws/r/ecs_service.html#service_registries-1>. List can only have a single object until <https://github.com/terraform-providers/terraform-provider-aws/issues/9573> is resolved."
227
+
description="List of service registry objects as per <https://www.terraform.io/docs/providers/aws/r/ecs_service.html#service_registries-1>. List can only have a single object until <https://github.com/terraform-providers/terraform-provider-aws/issues/9573> is resolved. Either provide container_name and container_port or port"
0 commit comments