blob: 29a2f8398639a94f8a2e458ec9c1b364f4b80a9e [file] [log] [blame]
variables {
input = jsonencode({key:"value"})
}
run "test" {
assert {
condition = jsondecode(test_resource.resource.value).key == "value"
error_message = "wrong value"
}
}