Skip to content

Commit

Permalink
Merge pull request #31204 from parkchoongho/patch-1
Browse files Browse the repository at this point in the history
Update syntax.mdx
  • Loading branch information
laurapacilio committed Jun 13, 2022
2 parents 5c43afc + 7510dc4 commit f6752c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/resources/syntax.mdx
Expand Up @@ -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 example creates a precondition that checks whether the AMI is properly configured.

```hcl
resource "aws_instance" "example" {
Expand Down

0 comments on commit f6752c6

Please sign in to comment.