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
Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
parent
6b986c94bc
commit
4ab955eeab
@ -163,7 +163,7 @@ output "api_base_url" {
|
||||
}
|
||||
```
|
||||
|
||||
### Choosing Between Preconditions and PostConditions
|
||||
### Choosing Between Preconditions and Postconditions
|
||||
|
||||
You can often implement a validation check as either a postcondition of the resource producing the data or as a precondition of a resource or output value using the data. To decide which is most appropriate, consider whether the check is representing either an assumption or a guarantee.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user