feat: support install module from Alibaba Cloud OSS bucket#536
feat: support install module from Alibaba Cloud OSS bucket#536shanye997 wants to merge 1 commit intohashicorp:mainfrom
Conversation
|
Hi @shanye997, many projects at HashiCorp use go-getter to solve very specific use cases within their products. Can you say more about what the Terraform use case you want to support? Even if this change is merged, additional work will be needed in Terraform, so understanding the goal of this change will help us understand what work needs to be done. Thanks very much! |
Hi @crw, This Pull Request is aimed at supporting the download of modules from an Alibaba Cloud OSS bucket. The specific usage is as follows: Do I need to provide an Alibaba Cloud account for testing, and add it directly to the Thank you! |
68cd4fa to
1674dba
Compare
|
Thanks for that, I've passed your comment over to the team. |
1674dba to
241133e
Compare
|
Hi @crw ! Is there any new progress with this PR? We have a requirement that depends on this feature, so we would appreciate your assistance in handling it. Thank you! |
This PR is related to hashicorp/go-getter#36151.
Should I provider an Alibaba Cloud account to run the unit tests? Could I add the account information to file
.github/workflows/go-getter.ymldirectly?Thanks!