mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update syntax.mdx
fix wrong grammar
This commit is contained in:
parent
41659a776e
commit
3513352300
@ -133,7 +133,7 @@ The following meta-arguments are documented on separate pages:
|
||||
|
||||
## Custom Condition Checks
|
||||
|
||||
You can use `precondition` and `postcondition` blocks to specify assumptions and guarantees about how the resource operates. The following examples creates a precondition that checks whether the AMI is properly configured.
|
||||
You can use `precondition` and `postcondition` blocks to specify assumptions and guarantees about how the resource operates. The following examples create a precondition that checks whether the AMI is properly configured.
|
||||
|
||||
```hcl
|
||||
resource "aws_instance" "example" {
|
||||
|
Loading…
Reference in New Issue
Block a user