mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[PR #151] [MERGED] Multi cloud support framework built #180
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#180
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/151
Author: @patrickchugh
Created: 12/9/2025
Status: ✅ Merged
Merged: 12/10/2025
Merged by: @patrickchugh
Base:
main← Head:001-multi-cloud-support📝 Commits (10+)
8027d10created multi cloud infra modulesd0fd6ddFirst pass273cc45Second pass12cd1cfFixed Azure bugsb0470dccleanup89fb8adgitignore45c64afgitignore changes1ae987cgitignore1f6fe0bRemove .claude/ from tracking52590a9ignore claude folder📊 Changes
41 files changed (+8588 additions, -1108 deletions)
View changed files
📝
.gitignore(+3 -0)➕
docs/constitution.md(+136 -0)📝
modules/annotations.py(+50 -3)➕
modules/config/__init__.py(+0 -0)📝
modules/config/cloud_config_aws.py(+9 -0)➕
modules/config/cloud_config_azure.py(+260 -0)➕
modules/config/cloud_config_gcp.py(+264 -0)➕
modules/config_loader.py(+276 -0)📝
modules/drawing.py(+160 -41)📝
modules/graphmaker.py(+116 -20)📝
modules/helpers.py(+62 -9)➕
modules/provider_detector.py(+371 -0)📝
modules/resource_handlers.py(+106 -963)➕
modules/resource_handlers_aws.py(+1031 -0)➕
modules/resource_handlers_azure.py(+664 -0)➕
modules/resource_handlers_gcp.py(+226 -0)📝
modules/tfwrapper.py(+11 -4)📝
pyproject.toml(+1 -0)📝
resource_classes/aws/groups.py(+1 -1)📝
resource_classes/azure/__init__.py(+1 -1)...and 21 more files
📄 Description
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.