Terraform Docs: fix typos and errors in remaining meta-argument pages#2107
Open
neronsoda wants to merge 1 commit intohashicorp:mainfrom
Open
Terraform Docs: fix typos and errors in remaining meta-argument pages#2107neronsoda wants to merge 1 commit intohashicorp:mainfrom
neronsoda wants to merge 1 commit intohashicorp:mainfrom
Conversation
Contributor
Vercel Previews Deployed
|
Contributor
Broken Link CheckerThis PR contains broken links, but won't be blocked. Use this report to improve content quality: Quick Actions
Need Help?
Internal LinksExternal Links |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Fixed multiple typos and errors in the meta-argument reference pages across versions v1.12.x, v1.13.x, v1.14.x, and v1.15.x (beta).
v1.15.x (beta)
content/terraform/v1.15.x (beta)/docs/language/meta-arguments/depends_on.mdxcontent/terraform/v1.15.x (beta)/docs/language/meta-arguments/for_each.mdxcontent/terraform/v1.15.x (beta)/docs/language/meta-arguments/provider.mdxcontent/terraform/v1.15.x (beta)/docs/language/meta-arguments/providers.mdxcontent/terraform/v1.15.x (beta)/docs/language/meta-arguments/lifecycle.mdxcontent/terraform/v1.15.x (beta)/docs/language/meta-arguments/index.mdxcontent/terraform/v1.15.x (beta)/docs/language/meta-arguments/count.mdxv1.14.x
content/terraform/v1.14.x/docs/language/meta-arguments/for_each.mdxcontent/terraform/v1.14.x/docs/language/meta-arguments/provider.mdxcontent/terraform/v1.14.x/docs/language/meta-arguments/providers.mdxcontent/terraform/v1.14.x/docs/language/meta-arguments/lifecycle.mdxcontent/terraform/v1.14.x/docs/language/meta-arguments/index.mdxv1.13.x
content/terraform/v1.13.x/docs/language/meta-arguments/for_each.mdxcontent/terraform/v1.13.x/docs/language/meta-arguments/provider.mdxcontent/terraform/v1.13.x/docs/language/meta-arguments/providers.mdxcontent/terraform/v1.13.x/docs/language/meta-arguments/lifecycle.mdxcontent/terraform/v1.13.x/docs/language/meta-arguments/index.mdxv1.12.x
content/terraform/v1.12.x/docs/language/meta-arguments/for_each.mdxcontent/terraform/v1.12.x/docs/language/meta-arguments/provider.mdxcontent/terraform/v1.12.x/docs/language/meta-arguments/providers.mdxcontent/terraform/v1.12.x/docs/language/meta-arguments/lifecycle.mdxcontent/terraform/v1.12.x/docs/language/meta-arguments/index.mdxWhy
depends_on.mdx (v1.15.x beta only)
checkblocks were linked to/terraform/language/block/resource→ corrected to/terraform/language/block/checkfor_each.mdx (all versions)
constucts→constructs(missing letterr)` for_each`→`for_each`(extra leading space inside backticks)[#count]anchor link →/terraform/language/meta-arguments/count(invalid anchor, v1.15.x beta only)provider.mdx (all versions)
"us-westl-1"→"us-west-1"(typo in code example)`for_each`→`provider`in the description sentence (wrong meta-argument name, v1.14.x and v1.15.x beta only)providers.mdx (all versions)
child moduleuses→child module uses(missing space)refer the specified configurations→refer to the specified configurations(missing preposition)provider configurations ... is available→are available(subject-verb agreement, v1.15.x beta only)a different provider configurations→different provider configurations(article/number mismatch, v1.15.x beta only)lifecycle.mdx (all versions)
postconditionsection incorrectly referencedpreconditionblock → corrected topostconditionblockmost_recent= true→most_recent = true(missing space in code example)then create a new replacement object→then creates a new replacement object(subject-verb agreement, v1.14.x and v1.15.x beta only)index.mdx (all versions)
`for_each` block→`for_each` argument(for_eachis a meta-argument, not a block)count.mdx (v1.15.x beta only)
` for_each`→`for_each`(extra leading space inside backticks)Screenshots
Merge Checklist
If items do not apply to your changes, add (N/A) and mark them as complete.
Pull Request
Content
content/terraform-docs-common/redirects.jsoncfor moved, renamed, or deleted pages across all affected versions. Refer to [Redirects](https://github.com/hashicorp/web-unified-docs/blob/main/docs/content-guide/redirects.md#example-redirects) for examples and guidance.Reviews