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])
|
> zipmap(["a", "b"], [1, 2])
|
||||||
{
|
{
|
||||||
"a" = 1,
|
"a" = 1
|
||||||
"b" = 2,
|
"b" = 2
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue