Merge pull request #12526 from hashicorp/backport/patch-1/largely-modern-jackal

This pull request was automerged via backport-assistant
pull/12610/head
hc-github-team-packer 3 years ago committed by GitHub
commit 1413fa5693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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