mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/language/expressions/custom-conditions.mdx
This commit is contained in:
parent
9b57fc2964
commit
6aa960c239
@ -341,7 +341,7 @@ The selected AMI must be tagged with the Component value "nomad-server".
|
|||||||
```
|
```
|
||||||
|
|
||||||
The `error_message` argument can be any expression that evaluates to a string.
|
The `error_message` argument can be any expression that evaluates to a string.
|
||||||
This includes literal strings, heredocs, and template expressions. You can use the [`format` function](/language/functions/format) to convert `null` and items from a `list` or `map` into a formatted string. Multi-line
|
This includes literal strings, heredocs, and template expressions. You can use the [`format` function](/language/functions/format) to convert items of `null`, `list`, or `map` types into a formatted string. Multi-line
|
||||||
error messages are supported, and lines with leading whitespace will not be
|
error messages are supported, and lines with leading whitespace will not be
|
||||||
word wrapped.
|
word wrapped.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user