Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

TF modules support and cosign

Choose a tag to compare

@dirien dirien released this 24 Aug 18:52
6b43096

🎉 Next big release fo tfu. This time we add following features:

  • Version support for terraform modules hosted on github and Terraform registry.
  • Cosign

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)