fix(unlimited-scale/aws): add descriptions to all outputs#14
Open
dmchaledev wants to merge 1 commit into
Open
Conversation
The first 12 outputs in outputs.tf used a terse single-line format with no description attributes, inconsistent with the multi-line documented style used in single-vm/aws and ha-hot-hot/aws, and with the bottom half of this same file. Expand all 12 single-line outputs to the standard block form with actionable descriptions (what the value is, when/how to use it). No values or resource references changed. https://claude.ai/code/session_01Az953SnFi4UyaTEWndJSG1
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
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.
Summary
modules/unlimited-scale/aws/outputs.tfused a terse single-line format with nodescriptionattributes.single-vm/aws,ha-hot-hot/aws) and the lower half of this same file use the full multi-line block form with descriptions.terraform outputandterraform-docsproduce no human-readable context for the most-used outputs (ALB DNS, ASG name, DB endpoint, etc.).What changed
Expanded all 12 single-line output stubs to standard multi-line blocks with actionable descriptions. No values, resource references, or output names were changed — this is a documentation-only fix.
Test plan
terraform validatepasses onmodules/unlimited-scale/aws/tflintpasses (no new lint findings)checkov/trivypasses (no resource changes, no new suppressions needed)terraform-docsoutput for the module now includes descriptions for all 20 outputshttps://claude.ai/code/session_01Az953SnFi4UyaTEWndJSG1
Generated by Claude Code