James Bardin
James Bardin
Thanks for the PR @ubschmidt2! This seems like a reasonable feature to me, but it does require a little more care around the lock management than in the "fail locked"...
Hi @ubschmidt2, Sorry about the long delay here, but we're nearing completion on the long 0.12 road and I'm going over PRs that were blocked by that work. Can you...
@drewmullen, Thanks for filing the issue. Things like validators, plan modifiers, or even defaults are all essentially abstract actions that a provider takes based on various configuration parameters, not concrete...
The schema is used by the CLI for type information, including function signatures. Terraform is essentially a statically typed language, and needs that metadata to manipulate, encode and decode the...
Hi @terrymandin, Thanks for filing the issue. You seemed to have missed the actual error message in the output, which would be after the `TERRAFORM CRASH` banner, and immediately before...
Thanks @terrymandin, we'll take a look!
Hi @EugenKon, That is definitely not the typical behavior here, and I'm not sure how you've managed to get resources which are not causing Terraform to initialize a provider. Even...
Thanks for all the extra info @EugenKon! I'm guessing that it has something to do with the `-state` flag, since that is pretty rarely used. I'll try and see if...
So I've managed to get a slightly different error, but I still think this is caused by the [legacy `-state` flag](https://developer.hashicorp.com/terraform/language/settings/backends/local#command-line-arguments). If you are trying to run `init` again to...
Thanks @EugenKon. Since the `-state` flag was deprecated years ago, and will cause Terraform to initialize incorrectly in cases like you have (which is why it's deprecated), I'm going to...