James Bardin

Results 179 comments of James Bardin

Hi @mungaij83, Sorry you're having trouble with this, but I'm not able to reproduce the error using Terraform 0.14. The code that decodes the private key does not use the...

Thanks @mungaij83. The log output I'm interested in is not included here, it would be better to link to the complete output if possible. Another idea I had was that...

Hi @smelchior, Thanks for filing the issue. I'm not able to replicate the crash from the example given. Could you supply the exact value being assigned to the `backup_plans` variable...

Thanks @smelchior, that is a great example! We'll take a look.

Hi @smelchior, The root problem in the configuration here is the root module variable declaration. Because you specified a type of `set(any)`, Terraform must infer a single unified type for...

@Nuru, it is the `optional` attribute which is the trigger for the crash, but the problem has to do with the optional attribute being applied to an incompatible type. This...

@Nuru, I don't think there is any guaranteed workaround which does not involve altering the input value in some way, because it is the input value type which is triggering...

Hi @mBouamama, Terraform has the ability to autocomplete the commands available, and can add the basic shell configuration documented here: https://www.terraform.io/docs/cli/commands/index.html#shell-tab-completion Terraform however cannot autocomplete the possible arguments to commands...

Hi @Nuru, I think this is more or less a feature request for the [provider framework](https://github.com/hashicorp/terraform-plugin-framework). This information is generally discernible via the plugin protocol, but perhaps there are some...

Reading the issue again, I think I might have misunderstood your request, and are asking for this type of information to be available within the configuration. The example here is...