Skip to content

Adding a new variable page, getting rid of the old one, and fixing links! #489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 13, 2025

Conversation

rkoron007
Copy link
Contributor

No description provided.

@rkoron007 rkoron007 requested review from a team as code owners June 12, 2025 23:01
@rkoron007 rkoron007 changed the base branch from main to docs/reference-rewrites-phrase-1 June 12, 2025 23:01
@rkoron007 rkoron007 requested review from a team as code owners June 12, 2025 23:01
@rkoron007 rkoron007 requested review from rmainwork and removed request for a team June 12, 2025 23:01
Copy link

github-actions bot commented Jun 12, 2025

Vercel Previews Deployed

Name Status Preview Updated (UTC)
Dev Portal ✅ Ready (Inspect) Visit Preview Thu Jun 12 23:20:56 UTC 2025
Unified Docs API ✅ Ready (Inspect) Visit Preview Thu Jun 12 23:15:13 UTC 2025

@rkoron007 rkoron007 force-pushed the docs/reference-rewrites-phrase-1 branch from b9f7364 to 0e939ee Compare June 12, 2025 23:08
@rkoron007 rkoron007 changed the base branch from docs/reference-rewrites-phrase-1 to docs/resource-block June 12, 2025 23:09
@rkoron007 rkoron007 changed the base branch from docs/resource-block to docs/reference-rewrites-phrase-1 June 12, 2025 23:10
Copy link

Broken Link Checker

Summary

Status Count
🔍 Total 732
✅ Successful 723
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 2
❓ Unknown 0
🚫 Errors 7

Errors per input

Errors in content/terraform/v1.12.x/docs/language/block/resource.mdx

Errors in content/terraform/v1.12.x/docs/language/style.mdx

@@ -82,13 +82,13 @@ The following `resource` block defines all of the supported built-in arguments y
```hcl
resource "<TYPE>" "<LABEL>" {
<PROVIDER_ARGUMENTS>
count = <NUMBER> # `for_each` and `count` are mutually exclusive
count = <NUMBER> # `for_each` and `count` are mutually exclusive
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my gosh my dang linter is vicious, there is only one link change in this whole file, everything else is whitespace, sorry!

where Terraform will hide the value in the plan and apply messages and will
also hide any other values you derive from it as sensitive.
However, there are some limitations to that behavior as described in
[Cases where Terraform may disclose a sensitive variable](/terraform/language/values/variables#cases-where-terraform-may-disclose-a-sensitive-variable).
[Cases where Terraform may disclose a sensitive variable](/terraform/language/block/variable#cases-where-terraform-may-disclose-a-sensitive-variable).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifically this link is what I'm going to move to another usage page


### `variable "<LABEL>"`

The label after the `variable` keyword is a name for the variable, which must be unique among all variables in the same module. The name of a variable can be any valid [identifier](/terraform/language/syntax/configuration#identifiers) except the following reserved names: `source`, `version`, `providers`, `count`, `for_each`, `lifecycle`, `depends_on`, or `locals`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rkoron007 rkoron007 merged commit 90cc280 into docs/reference-rewrites-phrase-1 Jun 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants