mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[PR #106] [MERGED] Added workspace support #169
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#169
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/106
Author: @thatguyfig
Created: 2/21/2024
Status: ✅ Merged
Merged: 2/25/2024
Merged by: @patrickchugh
Base:
main← Head:main📝 Commits (4)
fb719f9Added workspace supportb495991added section in readme6fbf0efAdded version checking432d58cFormatting📊 Changes
3 files changed (+68 additions, -46 deletions)
View changed files
📝
README.md(+5 -2)📝
modules/tfwrapper.py(+23 -25)📝
terravision(+40 -19)📄 Description
Added workspace support
Type of Change
Info
Adds the ability to use the
--workspaceparameter to activate the relevant terraform workspace before runningterraform plan. Also defaults todefaultif it is not supplied, if terraform fails to activate the workspace, then the execution fails.Have been able to use this personally and works well.
P.S - all the other changes were formatter related where lines were too complicated (style)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.