syntax
syntax copied to clipboard
Wrong highlighting after `==` and a template expression
This only affects the HCL grammar and didn't make it's way into the Terraform grammar yet.
Example
assert {
condition = aws_s3_bucket == "${run}-aws-s3-website-test"
error_message = "Invalid bucket name"
}