Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
test
/
functions_available
/
main.tftest.hcl
blob: 2df2131d4ac6488264f4553f6f3f788e435fdcd7 [
file
] [
log
] [
blame
]
run
"test"
{
variables
{
input
=
jsonencode
({
key
:
"value"
})
}
assert
{
condition
=
jsondecode
(
test_resource
.
resource
.
value
).
key
==
"value"
error_message
=
"wrong value"
}
}