Skip to content

fix(unlimited-scale/aws): add descriptions to all outputs#14

Open
dmchaledev wants to merge 1 commit into
mainfrom
claude/blissful-pascal-T5T7g
Open

fix(unlimited-scale/aws): add descriptions to all outputs#14
dmchaledev wants to merge 1 commit into
mainfrom
claude/blissful-pascal-T5T7g

Conversation

@dmchaledev

Copy link
Copy Markdown
Contributor

Summary

  • The first 12 outputs in modules/unlimited-scale/aws/outputs.tf used a terse single-line format with no description attributes.
  • Every other tier module (single-vm/aws, ha-hot-hot/aws) and the lower half of this same file use the full multi-line block form with descriptions.
  • This gap means terraform output and terraform-docs produce 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 validate passes on modules/unlimited-scale/aws/
  • tflint passes (no new lint findings)
  • CI checkov / trivy passes (no resource changes, no new suppressions needed)
  • terraform-docs output for the module now includes descriptions for all 20 outputs

https://claude.ai/code/session_01Az953SnFi4UyaTEWndJSG1


Generated by Claude Code

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
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