From 3513352300aa1007c4e5368ae75319f880b6b570 Mon Sep 17 00:00:00 2001 From: Park Choong Ho Date: Wed, 8 Jun 2022 18:37:56 +0900 Subject: [PATCH 1/2] Update syntax.mdx fix wrong grammar --- website/docs/language/resources/syntax.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/resources/syntax.mdx b/website/docs/language/resources/syntax.mdx index 7ed899f971fe..ab0cc21c07c6 100644 --- a/website/docs/language/resources/syntax.mdx +++ b/website/docs/language/resources/syntax.mdx @@ -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" { From 7510dc4d47144ac7fa9d2b7f2bac0fa7803ca4bf Mon Sep 17 00:00:00 2001 From: Park Choong Ho Date: Mon, 13 Jun 2022 17:21:37 +0900 Subject: [PATCH 2/2] Update website/docs/language/resources/syntax.mdx Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/language/resources/syntax.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/resources/syntax.mdx b/website/docs/language/resources/syntax.mdx index ab0cc21c07c6..cabb1ef9aab5 100644 --- a/website/docs/language/resources/syntax.mdx +++ b/website/docs/language/resources/syntax.mdx @@ -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 create 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" {