From 6ac8bfb86d21dc97693e21ba3528abadc71bcc45 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 5 Oct 2020 10:10:38 -0600 Subject: [PATCH] [Documentation] Typo fixes Just re-read the docs the ignore_changes update and saw a few typos --- website/docs/configuration/resources.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration/resources.html.md b/website/docs/configuration/resources.html.md index 6ca0c1789..42f71fcf0 100644 --- a/website/docs/configuration/resources.html.md +++ b/website/docs/configuration/resources.html.md @@ -638,7 +638,7 @@ meta-arguments are supported: any difference in the current settings of a real infrastructure object and plans to update the remote object to match configuration. - The `ignore_chages` feature is intended to be used when a resource is + The `ignore_changes` feature is intended to be used when a resource is created with references to data that may change in the future, but should not effect said resource after its creation. In some rare cases, settings of a remote object are modified by processes outside of Terraform, which @@ -650,7 +650,7 @@ meta-arguments are supported: The arguments corresponding to the given attribute names are considered when planning a _create_ operation, but are ignored when planning an - _update_. The arugments are the relative address of the attributes in the + _update_. The arguments are the relative address of the attributes in the resource. Map and list elements can be referenced using index notation, like `tags["Name"]` and `list[0]` respectively.