terraform/website/docs
Loek Duys c6fa1e70ef
Update toset.mdx
Fix output in `toset`
```
toset(["a", "b", 3])
toset([
  "3",
  "a",
  "b",
])
```

This is the actual output from the tf console, using Terraform v1.1.5 on windows_amd64
2022-03-15 13:48:14 +01:00
..
cli Add type of resource id 2022-03-11 13:07:28 +01:00
configuration migrate docs to mdx 2021-12-14 18:41:17 -08:00
internals jsonconfig: Improve provider configuration output 2022-02-07 15:05:58 -05:00
language Update toset.mdx 2022-03-15 13:48:14 +01:00