Unverified Commit dce91caf authored by Tim Gates's avatar Tim Gates
Browse files

docs: Fix a few typos

There are small typos in:
- docs/planning-behaviors.md
- docs/resource-instance-change-lifecycle.md
- website/README.md

Fixes:
- Should read `exhaustive` rather than `exhastive`.
- Should read `representation` rather than `repesentation`.
- Should read `preferably` rather than `preferrably`.
- Should read `absence` rather than `absense`.
parent 7ed6e87d
liamcervante/structured-run-output add-cont-valid-callout b-check-output-multi-expand b-check-resource-multi-expand b-flatten-panic b-yamldecode-emptydoc-null backport/add-cont-valid-callout/luckily-golden-wildcat backport/alisdair/pre-convert-optional-defaults/virtually-able-mouse backport/b-check-resource-multi-expand/extremely-key-sheep backport/clarify-backend-state-storage/ultimately-causal-ladybird backport/cstella84/patch-add-hyperlink-for-referenced-argument backport/doc-s3-fix/utterly-close-rabbit backport/docs-for-each-list-toset/basically-still-zebra backport/docs/unknwon-value/completely-musical-lionfish backport/f-build-go1.19.3/largely-peaceful-grouper backport/fix-backends-link/vertically-noble-hornet backport/fix-internals-overview/globally-allowed-kid backport/fix-links-devdot/strictly-notable-sparrow backport/kevin/rewrite-internal-redirects/quietly-helped-pelican backport/mg_no_code_prov_followup/marginally-relevant-eagle backport/mktg-tf-76ef54dc3c574e032725e0341be8e1d2/friendly-evident-grouse backport/optional-type-attributes-note/inherently-dear-goat backport/patch-1/nationally-working-kite backport/patch-1/noticeably-comic-manatee backport/patch-1/vaguely-deciding-beagle backport/patch-1/virtually-more-rhino backport/patch-1/wholly-verified-racer backport/patch-1/willingly-usable-husky backport/patch-2/finally-amazed-catfish backport/patch-2/openly-clean-tick backport/remove-provisioners/readily-correct-ferret backport/startsswith-to-startswith/highly-gorgeous-katydid backport/workspaces-confusion-fixes/secondly-huge-titmouse brandonc/changelog_nested_sensitive brandonc/changelog_sensitive_diff_fixes brandonc/nested_attr_sensitive brandonc/providers-estimate build-workflow-dev/liamcervante/equivalence-test-action bump-gcp-storage-dependency bump-gcp-storage-dependency-2 dev-portal-updates-docs dividers-devdot-fixes doc-unicode-hcl doc-yamlencode-stable docs-readme-updates-versioned-docs f-addrs-static-checkable f-build-go1.19.3 f-cli-hide-fast-refresh f-cmd-web f-dynamic-provider-assignment f-expand-root-outputs f-jsonstate-2 f-moduletest-2 f-output-value-types f-partial-plan-on-error f-persistent-checks-old fix-dividers-for-devdot fix-future-facing-language fix-future-lang-2 fix-internals-overview fix-links-devdot gcs-backend-add-kms gcs-backend-add-private-connect-support gcs-refactor-credential-handling gs/add-pre-plan-run-tasks jbardin/1.3-destroy-perf jbardin/data-source-destroy-edges jbardin/output-perf jbardin/plan-orphan-deleted jbardin/remove-deprecated-backends jbardin/resolved-provided-by jbardin/terraform-data jbardin/terraform-null kevin/remove-guides-docs liamcervante/cicd-go-vet v1.4.0-alpha20221109 v1.3.5 v1.3.4 v1.3.3 v1.3.2 v1.3.1 v1.3.0 v1.3.0-rc1 v1.3.0-beta1 v1.3.0-alpha20220817 v1.3.0-alpha20220803
No related merge requests found
Showing with 6 additions and 6 deletions
+6 -6
......@@ -9,7 +9,7 @@ There are also some historical exceptions to this rule, which we hope to
supplement with plan-and-apply-based equivalents over time.
This document describes the default planning behavior of Terraform in the
absense of any special instructions, and also describes the three main
absence of any special instructions, and also describes the three main
design approaches we can choose from when modelling non-default behaviors that
require additional information from outside of Terraform Core.
......@@ -148,7 +148,7 @@ main sub-categories:
top-level block which refers to other resources using the typical address
syntax.
The following is a non-exhastive list of existing examples of
The following is a non-exhaustive list of existing examples of
configuration-driven behaviors, selected to illustrate some different variations
that might be useful inspiration for new designs:
......@@ -210,7 +210,7 @@ protocol does not talk about the action types explicitly, and instead only
implies them via other content of the request and response, with Terraform Core
making the final decision about how to react to that information.
The following is a non-exhastive list of existing examples of
The following is a non-exhaustive list of existing examples of
provider-driven behaviors, selected to illustrate some different variations
that might be useful inspiration for new designs:
......@@ -258,7 +258,7 @@ most appropriate way to handle a particular use-case, because the need for the
behavior originates in some process happening outside of the scope of any
particular Terraform module or provider.
The following is a non-exhastive list of existing examples of
The following is a non-exhaustive list of existing examples of
single-run behaviors, selected to illustrate some different variations
that might be useful inspiration for new designs:
......
......@@ -322,7 +322,7 @@ to bring them under Terraform's management without needing to recreate them
first.
When using this facility, the user provides the address of the resource
instance they wish to bind the existing object to, and a string repesentation
instance they wish to bind the existing object to, and a string representation
of the identifier of the existing object to be imported in a syntax defined
by the provider on a per-resource-type basis, which we'll call the
**Import ID**.
......
......@@ -15,7 +15,7 @@ Click **Edit this page** at the bottom of any Terraform website page to go direc
## Modifying Sidebar Navigation
Updates to the sidebar navigation of Terraform docs need to be made in the [`terraform-website`](https://github.com/hashicorp/terraform-website/) repository (preferrably in a PR also updating the submodule commit). You can read more about how to make modifications to the navigation in the [README for `terraform-website`](https://github.com/hashicorp/terraform-website#editing-navigation-sidebars).
Updates to the sidebar navigation of Terraform docs need to be made in the [`terraform-website`](https://github.com/hashicorp/terraform-website/) repository (preferably in a PR also updating the submodule commit). You can read more about how to make modifications to the navigation in the [README for `terraform-website`](https://github.com/hashicorp/terraform-website#editing-navigation-sidebars).
## Previewing Changes
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment