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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ No resources.
52
52
| <aname="input_asg_tags"></a> [asg\_tags](#input\_asg\_tags)| Resources Tags for Autoscaling group |`map(string)`|`{}`| no |
53
53
| <aname="input_asg_vpc_zone_identifier"></a> [asg\_vpc\_zone\_identifier](#input\_asg\_vpc\_zone\_identifier)| (Optional) List of subnet IDs to launch resources in. |`list(string)`| n/a | yes |
54
54
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| (Required) Name of the cluster |`string`| n/a | yes |
55
-
| <aname="input_cluster_service_connect_namespace"></a> [cluster\_service\_connect\_namespace](#input\_cluster\_service\_connect\_namespace)| (Required) ARN of the aws\_service\_discovery\_http\_namespace that's used when you create a service and don't specify a Service Connect configuration. |`string`|`null`| no |
55
+
| <aname="input_cluster_service_connect_namespace"></a> [cluster\_service\_connect\_namespace](#input\_cluster\_service\_connect\_namespace)| (Optional) ARN of the aws\_service\_discovery\_http\_namespace that's used when you create a service and don't specify a Service Connect configuration. |`string`|`null`| no |
56
56
| <aname="input_cluster_setting"></a> [cluster\_setting](#input\_cluster\_setting)| (Optional) Configuration block(s) with cluster settings. | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
57
57
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| (Optional) Key-value map of resource tags. |`map(string)`|`{}`| no |
| <aname="input_name"></a> [name](#input\_name)| Name of the ECS Cluster to create |`string`| n/a | yes |
32
-
| <aname="input_service_connect_namespace"></a> [service\_connect\_namespace](#input\_service\_connect\_namespace)| (Required) ARN of the aws\_service\_discovery\_http\_namespace that's used when you create a service and don't specify a Service Connect configuration. |`string`|`null`| no |
32
+
| <aname="input_service_connect_namespace"></a> [service\_connect\_namespace](#input\_service\_connect\_namespace)| (Optional) ARN of the aws\_service\_discovery\_http\_namespace that's used when you create a service and don't specify a Service Connect configuration. |`string`|`null`| no |
33
33
| <aname="input_setting"></a> [setting](#input\_setting)| Details of the setting configuration | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
34
34
| <aname="input_tags"></a> [tags](#input\_tags)| Resource Tags for ECS Cluster |`map(any)`|`{}`| no |
0 commit comments