Martin Atkins

Results 1242 comments of Martin Atkins

Sorry for the long silence here, @greg-szabo and everyone else. Thanks for documenting this use-case! This use-case is close to my heart because in my previous job (before I was...

Hi all, The cause of this is actually in Terraform Core itself rather than in the provider. The issue is that `depends_on` for data resources currently forces Terraform to _always_...

Hi @luckerby, Unfortunately on Windows systems the handling of command line arguments can get pretty complex and hard to predict. :confounded: The root problem is that on Windows the command...

Thanks for following up with all that extra detail, @luckerby! I was researching this situation recently for an unrelated project (outside of Terraform) so it was a nice coincidence that...

I think this tendency for splitting it into two elements "program" and "arguments" comes from how the Windows API itself works, where `CreateProcess` treats the first token in the command...

Hi @alanbchristie! Thanks for this feature request and sorry for the delay in responding to it. The Terraform team at HashiCorp won't be able to work on this in the...

The test framework calls in to Terraform through [`terraform.NewContext`](https://godoc.org/github.com/hashicorp/terraform/terraform#NewContext) and should be running all of the same steps as normal CLI usage from that point onwards, so I'm surprised that...

Hi @koenw! Thanks for working on this. I'm not sure what causes the difference in the test behavior here either, but my first suspicion would be that this is being...

Hi @hynd! Thanks for working on this. We're currently working on some changes to how exactly Terraform Core and providers will interact when processing changes, with development in a feature...

Unfortunately I already shut down the redshift cluster I was working in for the testing of #12. I'll try to get another one spun up later to look at this,...