mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #173] [FEATURE] Use module names in the labels #100
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tamaraalarconmiller on GitHub (Mar 18, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/173
add a
--use-module-namesflag, so the innermost containing Terraform module name is used as the label instead of dropping it entirely. This is especially useful for projects that use standard module patterns where meaningful names live in the module name rather than the resource instance name.Example:
module.core-feature.module.image_compression_lambda.aws_lambda_function.thiscurrently shows "Lambda Function", should show "Image Compression Lambda"@patrickchugh commented on GitHub (Mar 19, 2026):
Good idea we should do this by default I think without any special flag
@patrickchugh commented on GitHub (Mar 22, 2026):
can you try with v0.23 and let me know if it's better now? @tamaraalarconmiller
@tamaraalarconmiller commented on GitHub (Mar 24, 2026):
now it looks so much better. thank you!!