James Bardin

Results 345 comments of James Bardin

If you are setting up a new configuration and have not run `terraform apply`, then `terraform output` is expected to generate that warning output. The command `terraform plan` cannot generate...

If that's the case, please show all the steps, meaning the entire configuration and exact commands as executed, required to replicate the issue starting from an empty configuration. If I...

Hi @yashdeored There is no step in your instructions where you apply any plan (running `terraform plan` can't produce that warning), so there is no output to show. Until you...

If you've destroyed the prior state, then there is no state, and hence no output.

I wanted to add a note here which may or may not be related depending on what solutions we find. There is one place where unknown values _are_ allowed, but...

Hi @NYRangers30, Thanks for filing the request. I don't think this is something which is technically possible given the architecture of Terraform. Terraform requires the provider schema to decode the...

Hello, This is actually an issue with the AzureRM provider, not something that Terraform core can change, nor a problem with the null provider. It may be an issue the...

Thanks for the contribution @cam72cam! I should be able to take a look at this soon.

Hi @LaurentLesle, I don't have the infrastructure to test the `az` command you have here right now, so we may need to find a different way to reproduce and debug...

Hi @JonathonAnderson, Thanks for filing the issue. This has been researched in the past; it's essentially the same issue as resources (#23735), and relatedly in recursive modules (#27248). The problem...