-
Notifications
You must be signed in to change notification settings - Fork 881
Parsing terraform template/workspace tags should support local
and some basic builtin functions
#15977
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
Comments
source (emphasis mine) If we support locals in workspace tags, we will need to evaluate them dynamically. Storing pre-evaluated locals values in the database will most likely not have the desired effect. Given that we also have a critical path inside |
Closing this out as #16183 added (partial) support for functions. Support for locals will come later. |
Tag parsing should support a basic set of builtin functions and support
local
blocks.The text was updated successfully, but these errors were encountered: