-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for terraform registry remote modules #505
support for terraform registry remote modules #505
Conversation
patilpankaj212
commented
Jan 20, 2021
- Added remote module downloader for terraform registry
- Fix issue - failure if the remote module itself has local modules
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.6.6 to 0.6.8. - [Release notes](https://github.com/hashicorp/go-retryablehttp/releases) - [Commits](hashicorp/go-retryablehttp@v0.6.6...v0.6.8) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.5.1...v1.5.2) Signed-off-by: dependabot[bot] <[email protected]>
2. fix issue of remote module containing local modules
Codecov Report
@@ Coverage Diff @@
## master #505 +/- ##
==========================================
+ Coverage 73.73% 75.57% +1.83%
==========================================
Files 93 94 +1
Lines 2151 2227 +76
==========================================
+ Hits 1586 1683 +97
+ Misses 429 401 -28
- Partials 136 143 +7
|
…thub.com/hashicorp/go-retryablehttp-0.6.8 Bump github.com/hashicorp/go-retryablehttp from 0.6.6 to 0.6.8
…thub.com/hashicorp/go-getter-1.5.2 Bump github.com/hashicorp/go-getter from 1.5.1 to 1.5.2
2. fix issue of remote module containing local modules
…j212/terrascan into remote-module-support
fix dependencies that were breaking the darwin/arm64 build
2. fix issue of remote module containing local modules
2. fix issue of remote module containing local modules
…j212/terrascan into remote-module-support
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Requested changes are already accommodated
Hi there, Are the remote modules only downloadable from the official terraform registry? I need to download some modules from my private repos but it tries to read them locally. |
Hello @jlunaq, |
Hi @patilpankaj212 , Sorry for the late response, I haven't been notified.
In this case is where I'm getting the error
|
Hello @jlunaq, |
Sure, will do |
Thanks @jlunaq |