From ea909a6485f319cf452b3965d2f63c7f4bee3cd1 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Tue, 29 Nov 2022 14:54:44 -0500 Subject: [PATCH] Fix markdown-lint 'MD047/single-trailing-newline Files should end with a single newline character'. --- website/docs/d/ecs_cluster.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/d/ecs_cluster.html.markdown b/website/docs/d/ecs_cluster.html.markdown index 722c8312c96e..dec2728fd822 100644 --- a/website/docs/d/ecs_cluster.html.markdown +++ b/website/docs/d/ecs_cluster.html.markdown @@ -35,4 +35,4 @@ In addition to all arguments above, the following attributes are exported: * `running_tasks_count` - Number of running tasks for the ECS Cluster * `registered_container_instances_count` - The number of registered container instances for the ECS Cluster * `service_connect_defaults` - The default Service Connect namespace -* `setting` - Settings associated with the ECS Cluster \ No newline at end of file +* `setting` - Settings associated with the ECS Cluster