Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying a default value to lookup() #6884

Merged
merged 2 commits into from
May 29, 2016
Merged

Allow specifying a default value to lookup() #6884

merged 2 commits into from
May 29, 2016

Conversation

daveadams
Copy link
Contributor

This should fix #4474 in which lookup() calls fail and short-circuit the entire interpolation when the given key is not found in the map. This allows an optional third argument for providing a default value when the key does not exist in the map, which will allow better composition of lookup() with coalesce() et al.

Fixes #4474, where lookup() calls fail out the entire interpolation when
the provided key value is not found in the map. This will allow using
coalesce() along with lookup() to greatly improve module flexibility.
Add specifics about using the optional third argument for providing a
default value.
@jen20
Copy link
Contributor

jen20 commented May 29, 2016

Thanks @daveadams - this is a nice addition.

@jen20 jen20 merged commit 3500dcf into hashicorp:master May 29, 2016
@ghost
Copy link

ghost commented Apr 25, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed lookup() short-circuits interpolation
3 participants