[Documentation] Typo fixes

Just re-read the docs the ignore_changes update and saw a few typos
This commit is contained in:
JT Smith 2020-10-05 10:10:38 -06:00 committed by GitHub
parent ee564a5ceb
commit 6ac8bfb86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -638,7 +638,7 @@ meta-arguments are supported:
any difference in the current settings of a real infrastructure object any difference in the current settings of a real infrastructure object
and plans to update the remote object to match configuration. 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 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 not effect said resource after its creation. In some rare cases, settings
of a remote object are modified by processes outside of Terraform, which 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 The arguments corresponding to the given attribute names are considered
when planning a _create_ operation, but are ignored when planning an 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, resource. Map and list elements can be referenced using index notation,
like `tags["Name"]` and `list[0]` respectively. like `tags["Name"]` and `list[0]` respectively.