Skip to content

Commit

Permalink
backport of commit 6f47140
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Jul 7, 2023
1 parent 5076444 commit ed5908e
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 ed5908e

Please sign in to comment.