Skip to content

Terraform Docs: fix typos and errors in remaining meta-argument pages#2107

Open
neronsoda wants to merge 1 commit intohashicorp:mainfrom
neronsoda:neronsoda-terraform-meta-arguments
Open

Terraform Docs: fix typos and errors in remaining meta-argument pages#2107
neronsoda wants to merge 1 commit intohashicorp:mainfrom
neronsoda:neronsoda-terraform-meta-arguments

Conversation

@neronsoda
Copy link
Copy Markdown
Contributor

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.mdx
  • content/terraform/v1.15.x (beta)/docs/language/meta-arguments/for_each.mdx
  • content/terraform/v1.15.x (beta)/docs/language/meta-arguments/provider.mdx
  • content/terraform/v1.15.x (beta)/docs/language/meta-arguments/providers.mdx
  • content/terraform/v1.15.x (beta)/docs/language/meta-arguments/lifecycle.mdx
  • content/terraform/v1.15.x (beta)/docs/language/meta-arguments/index.mdx
  • content/terraform/v1.15.x (beta)/docs/language/meta-arguments/count.mdx

v1.14.x

  • content/terraform/v1.14.x/docs/language/meta-arguments/for_each.mdx
  • content/terraform/v1.14.x/docs/language/meta-arguments/provider.mdx
  • content/terraform/v1.14.x/docs/language/meta-arguments/providers.mdx
  • content/terraform/v1.14.x/docs/language/meta-arguments/lifecycle.mdx
  • content/terraform/v1.14.x/docs/language/meta-arguments/index.mdx

v1.13.x

  • content/terraform/v1.13.x/docs/language/meta-arguments/for_each.mdx
  • content/terraform/v1.13.x/docs/language/meta-arguments/provider.mdx
  • content/terraform/v1.13.x/docs/language/meta-arguments/providers.mdx
  • content/terraform/v1.13.x/docs/language/meta-arguments/lifecycle.mdx
  • content/terraform/v1.13.x/docs/language/meta-arguments/index.mdx

v1.12.x

  • content/terraform/v1.12.x/docs/language/meta-arguments/for_each.mdx
  • content/terraform/v1.12.x/docs/language/meta-arguments/provider.mdx
  • content/terraform/v1.12.x/docs/language/meta-arguments/providers.mdx
  • content/terraform/v1.12.x/docs/language/meta-arguments/lifecycle.mdx
  • content/terraform/v1.12.x/docs/language/meta-arguments/index.mdx

Why

depends_on.mdx (v1.15.x beta only)

  • check blocks were linked to /terraform/language/block/resource → corrected to /terraform/language/block/check

for_each.mdx (all versions)

  • constuctsconstructs (missing letter r)
  • ` 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 moduleuseschild module uses (missing space)
  • refer the specified configurationsrefer to the specified configurations (missing preposition)
  • provider configurations ... is availableare available (subject-verb agreement, v1.15.x beta only)
  • a different provider configurationsdifferent provider configurations (article/number mismatch, v1.15.x beta only)

lifecycle.mdx (all versions)

  • postcondition section incorrectly referenced precondition block → corrected to postcondition block
  • most_recent= truemost_recent = true (missing space in code example)
  • then create a new replacement objectthen 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_each is 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

  • (N/A) Description links to related pull requests or issues, if any.

Content

  • (N/A) You added redirects to content/terraform-docs-common/redirects.jsonc for 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.
  • (N/A) Links to related content where appropriate (e.g., CLI, language, API endpoints, permissions, etc.).
  • (N/A) Pages with related content are updated and link to this content when appropriate.
  • (N/A) Sidebar navigation files have been updated for added, deleted, reordered, or renamed pages.
  • (N/A) New pages have metadata (page name and description) at the top.
  • (N/A) New images are 2048 px wide. They have HashiCorp standard annotation color (#F92672) and format (rectangle with rounded corners), blurred sensitive details (e.g. credentials, usernames, user icons), and descriptive alt text in the markdown for accessibility.
  • (N/A) New code blocks have the correct syntax and line breaks to eliminate horizontal scroll bars.
  • (N/A) UI elements (button names, page names, etc.) are bolded.
  • The Vercel website preview successfully deployed.

Reviews

  • I or someone else reviewed the content for technical accuracy.
  • I or someone else reviewed the content for typos, punctuation, spelling, and grammar.

@neronsoda neronsoda requested review from a team as code owners March 31, 2026 13:23
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

Vercel Previews Deployed

Name Status Preview Updated (UTC)
Dev Portal ✅ Ready (Inspect) Visit Preview Tue Mar 31 13:39:11 UTC 2026
Unified Docs API ✅ Ready (Inspect) Visit Preview Tue Mar 31 13:35:15 UTC 2026

@github-actions
Copy link
Copy Markdown
Contributor

Broken Link Checker

This PR contains broken links, but won't be blocked. Use this report to improve content quality:

Quick Actions

  • Internal links (HashiCorp sites): Please fix these - they impact user experience
  • External links: Consider if these are essential or can be updated/removed
  • Temporary issues: External sites may recover - check again before merging

Need Help?


Internal Links

Full Github Actions output

External Links

Full Github Actions output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant