Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
test
/
functions_available
/
alternate.tftest.hcl
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"
}
}