mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[PR #150] [CLOSED] Enable Azure support for TerraVision #179
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#179
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?
📋 Pull Request Information
Original PR: https://github.com/patrickchugh/terravision/pull/150
Author: @j00x
Created: 12/9/2025
Status: ❌ Closed
Base:
main← Head:claude/enable-azure-support-019uWf5acjquoQEyDAwhdCBC📝 Commits (4)
787c207Enable Azure support for TerraVision567404eAdd Azure integration test results and generated diagramsdeb6266Add comprehensive Azure icon mapping documentationae077d6Implement Azure-specific icons and cloud boundaries📊 Changes
16 files changed (+1262 additions, -5 deletions)
View changed files
📝
README.md(+22 -1)📝
modules/cloud_config.py(+111 -0)📝
modules/drawing.py(+98 -2)📝
modules/helpers.py(+70 -0)➕
resource_classes/azure/groups.py(+94 -0)📝
terravision.py(+7 -2)➕
tests/azure-integration/ICON_MAPPING.md(+60 -0)➕
tests/azure-integration/README.md(+95 -0)➕
tests/azure-integration/end-to-end-test-results.md(+194 -0)➕
tests/azure-integration/output-aks.svg(+160 -0)➕
tests/azure-integration/output-basic.png(+0 -0)➕
tests/azure-integration/output-with-azure-icons.png(+0 -0)➕
tests/azure-integration/output-with-azure-icons.svg(+158 -0)➕
tests/azure-integration/sample-azure-infrastructure.tf(+141 -0)➕
tests/azure-integration/test-data-aks.json(+14 -0)➕
tests/azure-integration/test-data-basic.json(+38 -0)📄 Description
This commit enables beta support for Microsoft Azure infrastructure diagrams by:
Added Azure resource class imports to modules/drawing.py
Added Azure configuration to modules/cloud_config.py
Implemented provider detection in modules/helpers.py
Enhanced terravision.py with provider detection
Updated README.md
Azure resources supported include:
Note: Azure support is in beta. Advanced features like AI-powered diagram refinement and complex resource relationship handling are optimized for AWS and will be enhanced for Azure in future releases.
YOUR PR TITLE
Type of Change
Checklist
All Submissions:
Changes to Core Features:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.