We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Name of the lexer Terraform
Online example Got an error when saving the paste
Code sample
resource "aws_cloudfront_distribution" "s3_distribution" { aliases = ["www.${replace(var.domain_name, "/\\.$/", "")}"] }
Screenshots
Additional context
The $ in the regexp is reported as error, but it is valid.
$
The text was updated successfully, but these errors were encountered:
@sashee Sorry about the fact it's not possible to save pastes. That's on my list of things to fix (should probably move it higher up).
Sorry, something went wrong.
No worries:) A screenshot is trivial to make
Oh, and it doesn't help with checking the way PRs lex things but we did eventually get the dingus working again :)
pyrmont
Successfully merging a pull request may close this issue.
Name of the lexer
Terraform
Online example
Got an error when saving the paste
Code sample
Screenshots
Additional context
The
$
in the regexp is reported as error, but it is valid.The text was updated successfully, but these errors were encountered: