Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
test
/
ephemeral_resource
/
main.tftest.hcl
blob: 7e3830273133c4141e1b7fe4c0fea5690318b384 [
file
] [
log
] [
blame
]
run
"validate_ephemeral_resource"
{
assert
{
condition
=
ephemeral
.
test_ephemeral_resource
.
data
.
value
==
"bar"
error_message
=
"We expect this to fail since ephemeral resources should be closed when this is evaluated"
}
}