Fix for tofu init failure when test have spaces in their name (#1489)

Signed-off-by: siddharthasonker95 <158144589+siddharthasonker95@users.noreply.github.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Siddhartha Sonker
2024-04-25 20:41:38 +05:30
committed by GitHub
parent 34eac2e2da
commit de30707b6b
10 changed files with 115 additions and 35 deletions

View File

@@ -0,0 +1,3 @@
provider "test" {
value = "foo"
}

View File

@@ -0,0 +1,5 @@
run "sample run" {
module {
source = "./.."
}
}

View File

@@ -1,4 +1,4 @@
run "1" {
run "a" {
assert {
condition = test_resource.resource.value == null
error_message = "should pass"

View File

@@ -1,4 +1,4 @@
run "2" {
run "b" {
assert {
condition = test_resource.resource.value == null
error_message = "should pass"

View File

@@ -1,4 +1,4 @@
run "3" {
run "c" {
assert {
condition = test_resource.resource.value == null
error_message = "should pass"