backport of commit 6f47140f28

pull/12526/head
Kévin Dunglas 3 years ago committed by GitHub
parent 0fc3400f43
commit 34527a60bb

@ -6,7 +6,7 @@ description: The lookup function retrieves an element value from a map given its
# `lookup` Function
`lookup` retrieves the value of a single element from a map, given its key.
If the given key does not exist, a the given default value is returned instead.
If the given key does not exist, the given default value is returned instead.
```hcl
lookup(map, key, default)

Loading…
Cancel
Save