mirror of
https://github.com/shuaibiyy/awesome-tf.git
synced 2026-03-08 23:12:08 -05:00
[PR #211] [MERGED] Add tpm #219
Reference in New Issue
Block a user
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/shuaibiyy/awesome-tf/pull/211
Author: @Madh93
Created: 5/1/2023
Status: ✅ Merged
Merged: 5/1/2023
Merged by: @antonbabenko
Base:
master← Head:add-tpm📝 Commits (1)
a59c83cAdd tpm📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
https://github.com/Madh93/tpm
tpmis a "package manager" (like npm, gem, pip, etc.) but for installing and uninstalling Terraform providers without requiring Terraform.I needed a way to cache a large number of Terraform providers without the need to clone code repositories and run "terraform init" for each project on the golden image of our CI system. Caching Terraform providers prevents errors when many Terraform commands run in parallel and need to download the same provider (related issue: https://github.com/runatlantis/atlantis/issues/2242).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.