mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Final nits from review
This commit is contained in:
parent
e8743143e3
commit
f660f54b87
@ -140,7 +140,7 @@ data "aws_ami" "example" {
|
||||
}
|
||||
```
|
||||
|
||||
Custom conditions can help capture assumptions that might otherwise 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 Condition Checks](/language/expressions/custom-conditions#preconditions-and-postconditions) for more details.
|
||||
|
||||
|
@ -8,7 +8,7 @@ description: >-
|
||||
|
||||
You can create conditions that produce custom error messages for several types of objects in a configuration. For example, you can add a condition to an input variable that checks whether incoming image IDs are formatted properly.
|
||||
|
||||
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.
|
||||
|
||||
This page explains the following:
|
||||
- Creating [validation conditions](#input-variable-validation) for input variables
|
||||
|
@ -173,7 +173,7 @@ variable "image_id" {
|
||||
}
|
||||
}
|
||||
```
|
||||
Refer to [Custom Conditions](/language/expressions/custom-conditions#input-variable-validation) for more details.
|
||||
Refer to [Custom Condition Checks](/language/expressions/custom-conditions#input-variable-validation) for more details.
|
||||
|
||||
### Suppressing Values in CLI Output
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user