File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/docs/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments