Martin Atkins

Results 1242 comments of Martin Atkins

I don't have any significant update to share on this, but FWIW we've subsequently removed the mechanism that I was describing earlier which caused Terraform to immediately fork itself on...

Looking into the (closed source) Terraform Cloud code, I notice that the formatting code used in the UI there is not just a straightforward round... it seems to have some...

Hi all, The `try` function is specifically for catching _dynamic errors_, by which I mean errors that occur based on invalid types or values rather than on references to undeclared...

Hi @MrTrustworthy and @sworisbreathing, I appreciate you taking the time to answer my question. Unfortunately, I don't work on the Terraform team at HashiCorp anymore, so I can't personally do...

Hi @tmccombs, I think it should be possible in principle to annotate this diagnostic with an extra address so that it would appear with the extra `with` clause that we...

Hi @skeggse! Looking at the expression you wrote in `bad_message`, it seems like this error message is correct because: - The two arms of the conditional have tuple types, but...

Hi @jf781, Unfortunately without the full debug logs there's quite a large space of possibilities for what might cause this behavior, but the one we've encountered most commonly in the...

Hi @drdamour, By default the plugin processes ask the OS to allocate a listen port automatically, so there is no predictable port number. However, it looks like the underlying library...

The relevant part of the trace log output seems to be this part: ``` 2020/06/19 17:05:11 [TRACE] terraform.NewContext: starting 2020/06/19 17:05:11 [TRACE] terraform.NewContext: resolving provider version selections 2020/06/19 17:05:12 [TRACE]...

I used `rsc.io/goversion` to try to see what Go runtime versions and Go modules the 2.6.0 and 2.7.0 builds of the AzureRM provider. Working with the official Windows builds of...