Martin Atkins
Martin Atkins
Thanks for suggesting this, @jdufresne! I agree that this sort of change is consistent with the goals of `terraform fmt`, and would be happy to see it implemented. `terraform fmt`...
Ahh, right after I posted I realized a problem: ``` foo = { for x, y in anything : whatever } ``` The comma after `x` here is within a...
Thanks for reporting this, @denis256! This source address seems to be relying on the `github.com` shorthand, which causes some extra preprocessing to turn it into a Git URL for Terraform...
Due to us having delegated much of this work to go-getter, there aren't a lot of detailed unit tests for this behavior in Terraform itself. I wrote a quick temporary...
Thanks for reporting this, @Devvox93. Could you please run `terraform fmt -recurse -write` to let `terraform fmt` update the files, and then compare the result with the original input? One...
Hi @yohanb! Thanks for this suggestion. Are you imagining that Terraform would just totally ignore the objects that were created, and expect you to clean them up manually in the...
Thanks for that extra context, @yohanb! What you've described is something that was possible in the original experimental form of `terraform test` where a test case was really just a...
Yes, I was suggesting to do it without the test harness while you are developing/iterating and to use the test harness only for running all the tests at once after...
Hi @sodul, Terraform does not make any assumptions about what the filenames in your SHA256SUMS file might mean, or try to guess which ones are really packages and which ones...
Ahh, sorry for the misunderstanding. I thought you were reporting that a provider _you_ created was being treated in this way, but I see now that you were referring to...