This repository was archived by the owner on Jun 19, 2024. It is now read-only.
TF modules support and cosign
🎉 Next big release fo tfu. This time we add following features:
GitHub Token
tfu supports private modules hosted on github. To not run into a rate limit:
403 API rate limit exceeded for xxxxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) [rate reset in 16m17s]
Please set the env variable:
export GIT_TOKEN=xxx
Changelog
c03e875 Add cosign support (#10)
1110a22 add renovate.json (#7)
df5547e Add module version support (#5)