Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
test
/
custom_condition_outputs
/
main.tf
blob: af05c486a045f806577ce4991d03b000db9a2565 [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
}
output
"output"
{
value
=
var
.
input
precondition
{
condition
=
var
.
input
==
"something incredibly specific"
error_message
=
"this should fail"
}
}