-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Lookup function, doesn't #531
Comments
+1 on this one. Plus for the first
I found this annoying. Can't terraform trim the content on its own or something ? |
You are correct @frntn. In this case, though, you may be better off creating "override" files that have the region-specific settings, with a file for each region. Then, temporarily copy the specific region's override file into the directory before using |
The lookup does not work because you have used images as a string and not as a variable. The following example correspond to the current documentation and works with version 0.3.6.
|
Thanks @dhoppe I'll give that a crack! |
I updated the website. Also, a lot more of your 2nd parameter cases work as of 0.3.7. :) |
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. |
The lookup function isn't well documented, but it isn't doing what it should:
Repro source terraform file, including various combinations of trying to get lookup to work:
Using (v0.3.1)
The text was updated successfully, but these errors were encountered: