Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
test
/
custom_condition_checks
/
main.tf
blob: d010847f854d201d98ea11d481e9f1a58740f83a [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
}
resource
"test_resource"
"resource"
{
value
=
var
.
input
}
check
"expected_to_fail"
{
assert
{
condition
=
test_resource
.
resource
.
value
!=
var
.
input
error_message
=
"this really should fail"
}
}