mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[PR #75] [MERGED] Revamped Engine using Terraform binary #154
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#154
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/75
Author: @patrickchugh
Created: 11/20/2023
Status: ✅ Merged
Merged: 11/20/2023
Merged by: @patrickchugh
Base:
main← Head:feature-terraform📝 Commits (10+)
bc6e563new engine using terraform binaries731ec62completed first rune3f0b2bwip72eb1banew strategybfd966ffixf740614file parser0ad8fa7new engine1210330New Graph Engine9a7644cDebug Flag767991cFixed variable handling📊 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.