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.
This commit is contained in:
Martin Atkins 2018-12-19 14:42:35 -08:00
parent 62481963b4
commit 2c17558446
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
data "null_resource" "foo_${interpolations_invalid_here}" {
}

View File

@ -0,0 +1,2 @@
resource "null_resource" "foo_${interpolations_invalid_here}" {
}