From d2c1d39d423674e3d7b98a3322fe120b7714ceb7 Mon Sep 17 00:00:00 2001 From: SkapiN Date: Tue, 24 Nov 2020 14:50:03 +0100 Subject: [PATCH] Fix clusters option in ECS provider documentation --- docs/content/providers/ecs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/providers/ecs.md b/docs/content/providers/ecs.md index ab860c524..7a4afa92c 100644 --- a/docs/content/providers/ecs.md +++ b/docs/content/providers/ecs.md @@ -87,7 +87,7 @@ _Optional, Default=["default"]_ ```toml tab="File (TOML)" [providers.ecs] - cluster = ["default"] + clusters = ["default"] # ... ```