Martin Atkins

Results 1242 comments of Martin Atkins

Hi @manfredlift! Thanks for reporting this. The bug here is in the usage information, not in the behavior. Modern Terraform no longer has the often-problematic and inconsistently-implemented positional arguments for...

Hi @brandonc! Just as an explanation for why you're seeing some radio silence here: this "intro" part of the docs largely belongs to the marketing folks rather than being a...

Hi @gscuderi! Thanks for sharing this use-case. It might interest you to know that Git itself has a feature that addresses a variant of this use-case: turning references to unauthenticated...

Hi @gscuderi! Thanks for sharing that additional information. In the interests of gathering as much context as possible about this problem so we can weigh various options, I have a...

Hi all, The current status of this issue is that we're looking for examples of other language ecosystems that have solved this problem in a different way than Terraform has...

Thanks for sharing that difference, @apottere. My understanding is that in the NodeJS ecosystem each package has one `package.json` file which specifies in a single location which version of each...

Hi @toralf! Sorry for the slow response. Unfortunately, as @alisdair said, antivirus software has been a common cause of problems of this sort because it tends to intercept various system...

It does seem reasonable that `go-getter` would be the cause of this, because it has its special "detector" behavior that tries to recognize and normalize the given URL, but the...

Thanks for sharing the docs and that other example, @julian7! I'm honestly a bit baffled as to how that last example is working, because I'd expect it to be asking...

(Incidentally, the forthcoming Terraform v1.1 includes an improvement to make `terraform init` report back the result of go-getter's detection in its status messages, instead of just echoing back the string...