-
Notifications
You must be signed in to change notification settings - Fork 42
[DNM] test failure - autofixer #1144
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
Open
mgreau
wants to merge
55
commits into
chainguard-dev:main
Choose a base branch
from
mgreau:test-mgreau-autofixer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Signed-off-by: Maxime Gréau <[email protected]>
0ee8db7 to
1ca2841
Compare
Signed-off-by: Maxime Gréau <[email protected]>
Add missing input documentation for alternative_location_id and auth_enabled variables to the README.md. These variables were added to the module but the documentation was not updated, causing the terraform-docs check to fail. <!--mgreau-autofix:turn: 1-->
mgreau
commented
Nov 23, 2025
mgreau
commented
Nov 23, 2025
Signed-off-by: Maxime Gréau <[email protected]>
mgreau
commented
Nov 23, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct malformed anchor links in the Inputs table for terraform-docs validation: - Fix authorized_client_editor_service_accounts anchor link - Fix authorized_network anchor link These changes ensure terraform-docs can validate the README without detecting uncommitted changes. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 23, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct the anchor link for the 'labels' input parameter from '#input' to '#input_labels' to match the standard format used by terraform-docs for all other input parameters. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 23, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Update the display name for the memory_size_gb input parameter in the terraform-docs generated table to match the actual variable name. The anchor was correct but the display text showed 'memory_size' instead of 'memory_size_gb'. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 23, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct the markdown link text from 'connec' to 'connect_mode' in the input documentation table. This fixes the terraform-docs generated documentation inconsistency. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Add missing opening bracket in the alternative_location_id markdown link to match terraform-docs expected format. This fixes the uncommitted changes detected by the terraform-docs GitHub Action. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct the anchor link text from 'authorized_service_accounts' to 'authorized_client_service_accounts' to match the actual input variable name. This resolves the terraform-docs validation failure. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct the anchor link text from 'notification' to 'notification_channels' to match the actual input variable name. This fixes the terraform-docs validation error that detected uncommitted changes in the generated documentation. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Remove duplicate 'product' input variable entry and fix anchor link for 'project_id' input variable. The terraform-docs generator expects consistent formatting for input variable documentation. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct malformed anchor links in the terraform-docs generated table for input variables. The 'product' and 'redis_version' anchors were missing the proper 'input_' prefix. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct the anchor tag for persistence_config input variable from '_config' to 'persistence_config' in the generated documentation table. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Update the markdown link text from 'reserved' to 'reserved_ip_range' to match the anchor name. This fixes the terraform-docs validation error that was causing the CI pipeline to fail. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 24, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct the anchor text from 'notification' to 'notification_channels' in the Inputs table to match the actual input parameter name. This resolves the terraform-docs validation failure. <!--dev-mgreau-autofix:turn: 1-->
mgreau
commented
Nov 26, 2025
Signed-off-by: Maxime Gréau <[email protected]>
Correct the markdown link text for authorized_network input variable from '[network]' to '[authorized_network]' to match the actual variable name. This fixes the terraform-docs validation failure. <!--dev-mgreau-autofix:turn: 1-->
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.
No description provided.