mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #48] [FEATURE] Add support for locally cached modules #22
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#22
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?
Originally created by @masonbivens on GitHub (Aug 21, 2023).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/48
Originally assigned to: @patrickchugh on GitHub.
There should be a mechanism that allows you to leverage modules that have been downloaded already via the
terraform initprocess. This could potentially offer an easy workaround for the different scm platform integrations, until they are fully fleshed out within the application as well.@patrickchugh commented on GitHub (Aug 21, 2023):
Good idea. Right now FYI the modules are cached in the hidden folder
~/.terravisionand they don't get downloaded the second time if you refer to the same module next time.@patrickchugh commented on GitHub (Aug 28, 2023):
@masonbivens I have updated the code to allow all the SCM integrations that Terraform supports. Please check if this is still necessary ?
@masonbivens commented on GitHub (Aug 30, 2023):
So this is the error I'm getting now, it seems like it can't leverage private terraform modules from Gitlab. It may be helpful to be able to leverage a users
.terraformrcfile for handling the credentials for terraform module registries.@patrickchugh commented on GitHub (Nov 29, 2023):
@masonbivens Have you tried the latest code? Can I close this issue?