-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Replace custom conditions article with Validate your configuration #36793
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
Replace custom conditions article with Validate your configuration #36793
Conversation
📄 Content ChecksUpdated: Thu, 27 Mar 2025 17:18:24 GMT Found 7 error(s)
|
Position | Description | Rule |
---|---|---|
98:361-98:401 |
Unexpected folder-relative link found: TODO. Ensure this link is an absolute Developer path. | ensure-valid-link-format |
115:127-115:165 |
Unexpected folder-relative link found: TODO. Ensure this link is an absolute Developer path. | ensure-valid-link-format |
139:96-139:138 |
Unexpected folder-relative link found: TODO. Ensure this link is an absolute Developer path. | ensure-valid-link-format |
186:32-186:71 |
Unexpected folder-relative link found: TODO. Ensure this link is an absolute Developer path. | ensure-valid-link-format |
376:3-376:42 |
Unexpected folder-relative link found: TODO. Ensure this link is an absolute Developer path. | ensure-valid-link-format |
377:3-377:45 |
Unexpected folder-relative link found: TODO. Ensure this link is an absolute Developer path. | ensure-valid-link-format |
378:3-378:45 |
Unexpected folder-relative link found: TODO. Ensure this link is an absolute Developer path. | ensure-valid-link-format |
dd24e83
to
69c0367
Compare
@@ -13,7 +13,7 @@ This topic provides reference information about the `terraform` block. The `terr | |||
The `terraform` block supports the following arguments: | |||
|
|||
- [`terraform`](#terraform) | |||
- [`required_version`](#required_version):   string | |||
- [`required_version`](#required_version):   string |
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.
Sorry this is just my linter cleaning up whitespace -> no changes here
@@ -78,3 +78,134 @@ a string. | |||
```hcl | |||
var.example ? tostring(12) : "hello" | |||
``` | |||
|
|||
## Examples |
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.
Moving this all from the old "Custom Conditions" page I'm replacing, and it felt like a natural fit here!
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.
Looks great! I added some suggestions mostly related to the style guide. I don't think anything should hold this up, though, so take what you agree with.
Co-authored-by: trujillo-adam <[email protected]>
Co-authored-by: trujillo-adam <[email protected]>
This is part of our IA work -> making this a usage article around the J2BD of "validating your configuration".