mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 16:36:26 -06:00
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:
parent
62481963b4
commit
2c17558446
@ -0,0 +1,2 @@
|
||||
data "null_resource" "foo_${interpolations_invalid_here}" {
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
resource "null_resource" "foo_${interpolations_invalid_here}" {
|
||||
}
|
Loading…
Reference in New Issue
Block a user