opentofu/configs/test-fixtures/invalid-files/interp-in-rsrc-label.tf
Martin Atkins 2c17558446 configs: New test cases for invalid interpolations in block labels
The parent commit fixes an issue where this would previously have led to
a crash. These new test cases verify that parsing is now able to complete
without crashing, though the result is still invalid.
2018-12-19 15:54:33 -08:00

3 lines
66 B
HCL

resource "null_resource" "foo_${interpolations_invalid_here}" {
}