docs: add missing output/variable descriptions in network and ha-hot-hot modules#44
Open
dmchaledev wants to merge 1 commit into
Open
docs: add missing output/variable descriptions in network and ha-hot-hot modules#44dmchaledev wants to merge 1 commit into
dmchaledev wants to merge 1 commit into
Conversation
…d ha-hot-hot modules 11 output blocks and 3 variable blocks across modules/network/aws, modules/network/azure, modules/ha-hot-hot/aws, and modules/ha-hot-hot/azure were missing description attributes, breaking terraform-docs autogeneration and leaving the Terraform Registry UI and IDE hover-docs blank for those fields. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VKL2PeZmRiouMPDr8CHFiz
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
11 output blocks and 3 variable blocks were missing
descriptionattributes across four modules. This caused blank entries interraform-docsautogenerated docs, empty tooltips in the Terraform Registry UI, and no IDE hover-docs for those fields.Files changed:
modules/ha-hot-hot/aws/outputs.tfalb_arn,ami_id,security_group_idsmodules/ha-hot-hot/azure/outputs.tfload_balancer_id,vm_private_ipsmodules/network/aws/outputs.tfvpc_cidr,availability_zones,internet_gateway_idmodules/network/aws/variables.tfflow_logs_retention_days,tagsmodules/network/azure/outputs.tfvnet_id,vnet_name,private_dns_zone_namemodules/network/azure/variables.tftagsNo logic changes — descriptions only. Zero blast radius.
Checklist
terraform validate— no logic changed, descriptions are pure metadatatflint— description additions are not linted🤖 Generated with Claude Code
https://claude.ai/code/session_01VKL2PeZmRiouMPDr8CHFiz
Generated by Claude Code