mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Typo in zipmap documentation
zipmap does not produce a map with comma in terraform cli tested with Terraform v1.1.3
This commit is contained in:
parent
6dcf00aefc
commit
13907690a2
@ -27,7 +27,7 @@ is used in the resulting map.
|
||||
```
|
||||
> zipmap(["a", "b"], [1, 2])
|
||||
{
|
||||
"a" = 1,
|
||||
"b" = 2,
|
||||
"a" = 1
|
||||
"b" = 2
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user