[PR #75] [MERGED] Revamped Engine using Terraform binary #154

Closed
opened 2026-05-06 12:37:53 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/75
Author: @patrickchugh
Created: 11/20/2023
Status: Merged
Merged: 11/20/2023
Merged by: @patrickchugh

Base: mainHead: feature-terraform


📝 Commits (10+)

📊 Changes

21 files changed (+1712 additions, -582 deletions)

View changed files

📝 README.md (+3 -2)
arch.json (+270 -0)
examples/variables.tfvars (+0 -4)
📝 modules/annotations.py (+7 -0)
📝 modules/cloud_config.py (+51 -12)
📝 modules/drawing.py (+7 -2)
📝 modules/fileparser.py (+62 -64)
📝 modules/gitlibs.py (+11 -8)
📝 modules/graphmaker.py (+405 -188)
📝 modules/helpers.py (+53 -12)
📝 modules/interpreter.py (+80 -47)
📝 modules/resource_handlers.py (+148 -74)
modules/tfwrapper.py (+177 -0)
📝 output/result.json (+248 -27)
override.tf (+5 -0)
📝 requirements.txt (+1 -0)
📝 resource_classes/__init__.py (+5 -3)
📝 resource_classes/aws/groups.py (+12 -2)
📝 terravision (+71 -36)
📝 tests/integration_test.py (+5 -5)

...and 1 more files

📄 Description

Revamped engine using Terraform binary


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/patrickchugh/terravision/pull/75 **Author:** [@patrickchugh](https://github.com/patrickchugh) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/20/2023 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `main` ← **Head:** `feature-terraform` --- ### 📝 Commits (10+) - [`bc6e563`](https://github.com/patrickchugh/terravision/commit/bc6e563340581e097ba7188c44c4c12b76f3dffb) new engine using terraform binaries - [`731ec62`](https://github.com/patrickchugh/terravision/commit/731ec62c8fa4ed94968779ca5a2b8cf7f729a900) completed first run - [`e3f0b2b`](https://github.com/patrickchugh/terravision/commit/e3f0b2b33fe43c545bb858fe20752fa60844f353) wip - [`72eb1ba`](https://github.com/patrickchugh/terravision/commit/72eb1ba129e962792ff232c34c540e5e1ca4c457) new strategy - [`bfd966f`](https://github.com/patrickchugh/terravision/commit/bfd966f9b777ba2d212bdec22aacb4adb6e409a0) fix - [`f740614`](https://github.com/patrickchugh/terravision/commit/f740614580a76747c072121aaa0523544315edbb) file parser - [`0ad8fa7`](https://github.com/patrickchugh/terravision/commit/0ad8fa7aa3aae4b080f6c30995dd12c0a126a00d) new engine - [`1210330`](https://github.com/patrickchugh/terravision/commit/1210330e6002e60020b7737819fe4d5ff08bfdc3) New Graph Engine - [`9a7644c`](https://github.com/patrickchugh/terravision/commit/9a7644cf7c9b6f632228322a84b3cce7e32c24ea) Debug Flag - [`767991c`](https://github.com/patrickchugh/terravision/commit/767991cf63fcd493fba8c743f0bc2332150aea8c) Fixed variable handling ### 📊 Changes **21 files changed** (+1712 additions, -582 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -2) ➕ `arch.json` (+270 -0) ➖ `examples/variables.tfvars` (+0 -4) 📝 `modules/annotations.py` (+7 -0) 📝 `modules/cloud_config.py` (+51 -12) 📝 `modules/drawing.py` (+7 -2) 📝 `modules/fileparser.py` (+62 -64) 📝 `modules/gitlibs.py` (+11 -8) 📝 `modules/graphmaker.py` (+405 -188) 📝 `modules/helpers.py` (+53 -12) 📝 `modules/interpreter.py` (+80 -47) 📝 `modules/resource_handlers.py` (+148 -74) ➕ `modules/tfwrapper.py` (+177 -0) 📝 `output/result.json` (+248 -27) ➕ `override.tf` (+5 -0) 📝 `requirements.txt` (+1 -0) 📝 `resource_classes/__init__.py` (+5 -3) 📝 `resource_classes/aws/groups.py` (+12 -2) 📝 `terravision` (+71 -36) 📝 `tests/integration_test.py` (+5 -5) _...and 1 more files_ </details> ### 📄 Description Revamped engine using Terraform binary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:37:53 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#154
No description provided.