• Loek Duys's avatar
    Update toset.mdx · c6fa1e70
    Loek Duys authored
    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
    c6fa1e70