terraform/internal/command/testdata/test/functions_available/main.tftest.hcl

11 lines
194 B
HCL

run "test" {
variables {
input = jsonencode({key:"value"})
}
assert {
condition = jsondecode(test_resource.resource.value).key == "value"
error_message = "wrong value"
}
}