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
Additional context
Terraform 0.12 adds support for first-class expressions, so there is no need to use quotes.
Instead of compliance_resource_id = "${aws_s3_bucket.bucket.id}", compliance_resource_id = aws_s3_bucket.bucket.id is also correct, but the lexer highlights the dots as errors.
The text was updated successfully, but these errors were encountered:
Name of the lexer
Terraform
Online example
Sorry, I couldn't save the paste. The server returned an error when I clicked "Save this"
Code sample
Screenshots
Additional context
Terraform 0.12 adds support for first-class expressions, so there is no need to use quotes.
Instead of
compliance_resource_id = "${aws_s3_bucket.bucket.id}"
,compliance_resource_id = aws_s3_bucket.bucket.id
is also correct, but the lexer highlights the dots as errors.The text was updated successfully, but these errors were encountered: