-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
Vercel Previews Deployed
|
b9f7364
to
0e939ee
Compare
@@ -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 |
There was a problem hiding this comment.
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). |
There was a problem hiding this comment.
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
The broken |
|
||
### `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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.