Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
test
/
expect_failures_resources
/
main.tf
blob: 0b12d8cda067c1a39595073da2741f7d8b48b943 [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
}
resource
"test_resource"
"resource"
{
value
=
var
.
input
lifecycle
{
postcondition
{
condition
=
self
.
value
!=
var
.
input
error_message
=
"this really should fail"
}
}
}