Fix clusters option in ECS provider documentation
This commit is contained in:
parent
e9cccf6504
commit
d2c1d39d42
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ _Optional, Default=["default"]_
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
[providers.ecs]
|
[providers.ecs]
|
||||||
cluster = ["default"]
|
clusters = ["default"]
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue