Martin Atkins
Martin Atkins
Hi @rifelpet! Thanks for sharing this example. In your real system, when you say "sourced dynamically", can you say a little more about what exactly that means? For example, is...
Yes, indeed it was an original design goal for `terraform providers` to make a best effort to describe the situation even if it's currently not totally valid, because it's primary...
I think the situation has changed a little since this issue was opened, but I don't think it's fully fixed. What's changed is that the `terraform init` messaging should now...
Hi @ckyoog! Thanks for sharing this. I think what you've discovered here is that `terraform init` internally distinguishes between _implied_ local state vs. explicitly using the local backend, even though...
In the meantime we do have [some Terraform-specific documentation about APT repositories](https://www.terraform.io/cli/install/apt) which lists which distributions we support. I'm noticing though that the page is no longer linked from anywhere...
Hi @saikrishna2733, I found [the file in your branch representing the error message](https://github.com/saikrishna2733/terraform-aws-eks/blob/tf-bug1/Crash%20Error.txt) but the file seems to be empty. Did you intend to include some content in that file?
Hi @Fodsuk, From what you are describing, it seems like you have created a provider _registry_ but you are attempting to use it in Terraform as if it were a...
Hi @Fodsuk! Those URLs in the log you shared seem correct to me. For the benefit of anyone who can't see the image, the two URLs shown in the log...
Hi @brandon-fryslie! Thanks for sharing this. It's an interesting coincidence that just yesterday I was thinking about this very possibility. Today we typically advise using the type conversion functions like...
Thanks for reporting this, @dnozay. For most commands `-state=...` is [a legacy option for the local backend only](https://www.terraform.io/docs/language/settings/backends/local.html#command-line-arguments), but it seems like it intentionally has a different meaning for `terraform...