Martin Atkins

Results 1242 comments of Martin Atkins

Hi @aaabramov! Thanks indeed for this feature request. I understand from your request that you are primarily concerned with having `terraform workspace new` always create new workspaces with the designated...

Thanks for that additional context, @aaabramov! I expect that all of this will be helpful to the Terraform Cloud teams that will ultimately be considering this request. I believe there's...

Hi @gh-log, Terraform's behavior in this case is to first try to create a symlink and then, if the operating system returns an error, to create a copy instead as...

Thanks for testing that, @ns-vpanfilov. Are you using the `windows_amd64` build of Terraform, or the `linux_amd64` build inside WSL? It would be interesting to try both and see if symlink...

Thanks for confirming, @ns-vpanfilov! In that case, I think the next step here is to understand what the `linux_amd64` build of Terraform is doing differently to the `ln` command when...

Thanks for adding that additional context, @agirardeau! Unfortunately I'm no longer a member of the Terraform team, so I can't work on this any further, but hopefully this information is...

Thanks for this idea, @ryenus. I think one important implication of your proposed shorthand is that it replaces with explicit declaration of local symbols `key, value` with something implicit, which...

Hi @ryenus, The main tricky thing here is that `for` expressions can appear anywhere that general expressions are allowed, including inside other `for` expressions or other language features that declare...

Speaking generally, the data structures in `hclwrite` have no internal synchronization and so if you intend to access the same object concurrently from multiple goroutines then you will need to...

The current meaning of `removed` is something like "instead of planning to delete this, plan to just drop it from the state instead". As a comment further up found, it...