mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix confusing sentence on lifecycle page
This commit is contained in:
parent
4d4d774aef
commit
686dbcdb8d
@ -130,7 +130,7 @@ resource "aws_instance" "example" {
|
||||
}
|
||||
```
|
||||
|
||||
Custom conditions can help capture assumptions that might be only implied, helping future maintainers understand the configuration design and intent. They also return useful information about errors earlier and in context, helping consumers more easily diagnose issues in their configurations.
|
||||
Custom conditions can help capture assumptions, helping future maintainers understand the configuration design and intent. They also return useful information about errors earlier and in context, helping consumers more easily diagnose issues in their configurations.
|
||||
|
||||
Refer to [Custom Conditions](/language/expressions/custom-conditions#preconditions-and-postconditions) for more details.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user