Skip to content

Commit

Permalink
Merge pull request #12527 from hashicorp/backport/patch-1/legally-cle…
Browse files Browse the repository at this point in the history
…ver-snail

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-packer authored Jul 19, 2023
2 parents 5076444 + ed5908e commit e178532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e178532

Please sign in to comment.