Fix clusters option in ECS provider documentation

This commit is contained in:
SkapiN 2020-11-24 14:50:03 +01:00 committed by GitHub
parent e9cccf6504
commit d2c1d39d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ _Optional, Default=["default"]_
```toml tab="File (TOML)"
[providers.ecs]
cluster = ["default"]
clusters = ["default"]
# ...
```