Skip to content

Commit 112b0b9

Browse files
author
Pam Selle
authored
Merge pull request #26483 from nexxai/patch-1
[Documentation] Typo fixes
2 parents 1b29be2 + 6ac8bfb commit 112b0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/configuration/resources.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ meta-arguments are supported:
638638
any difference in the current settings of a real infrastructure object
639639
and plans to update the remote object to match configuration.
640640

641-
The `ignore_chages` feature is intended to be used when a resource is
641+
The `ignore_changes` feature is intended to be used when a resource is
642642
created with references to data that may change in the future, but should
643643
not effect said resource after its creation. In some rare cases, settings
644644
of a remote object are modified by processes outside of Terraform, which
@@ -650,7 +650,7 @@ meta-arguments are supported:
650650

651651
The arguments corresponding to the given attribute names are considered
652652
when planning a _create_ operation, but are ignored when planning an
653-
_update_. The arugments are the relative address of the attributes in the
653+
_update_. The arguments are the relative address of the attributes in the
654654
resource. Map and list elements can be referenced using index notation,
655655
like `tags["Name"]` and `list[0]` respectively.
656656

0 commit comments

Comments
 (0)