We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
locals
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
Describe the bug
Unable to load if (...) is being used in the locals block.
(...)
Possibly similar to #211
Software:
Snippet of HCL2 code causing the unexpected behaviour:
locals { this_aws_eks_cluster_default_tags = { format( "kubernetes.io/cluster/%s", module.this_aws_eks_cluster.eks_cluster.id, ) = "owned" "karpenter.sh/discovery" = module.this_aws_eks_cluster.eks_cluster.id } }
Expected behavior
HCL should be parsed without errors
Exception traceback (if applicable):
UnexpectedToken: Unexpected token Token('LPAR', '(') at line 3, column 11. Expected one of: * EQ * COLON * RPAR * DOT
The text was updated successfully, but these errors were encountered:
Seems like this issue cannot be solved with the same workaround for #220
Sorry, something went wrong.
kkozik-amplify
Successfully merging a pull request may close this issue.
Describe the bug
Unable to load if
(...)
is being used in thelocals
block.Possibly similar to #211
Software:
Snippet of HCL2 code causing the unexpected behaviour:
Expected behavior
HCL should be parsed without errors
Exception traceback (if applicable):
The text was updated successfully, but these errors were encountered: