You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for taking the time to report this issue, @Dennizz!
I'm able to reproduce the issue:
Test snippet:
instance_size=(
length(var.instance_size) >0? (
var.instance_size#If instance size is provided, use it.
)
:
(var.insane_mode?lookup(local.insane_mode_instance_size_map, local.cloud, null) #If instance size is not provided and var.insane_mode is true, lookup in this table.:#lookup(local.instance_size_map, local.cloud, null) #If instance size is not provided and var.insane_mode is false, lookup in this table.
)
)
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.
When spreading a complex expression over multiple lines inside brackets, for better readability, any in-line comments do not get highlighted as such:
The text was updated successfully, but these errors were encountered: