James Bardin
James Bardin
Hi @bacoboy, This is a hard problem to solve. Yes, the fundamental issue here is that Terraform can't re-order the new resources, precisely because of the dependencies you put in...
Terraform does try to prevent writing state with no changes. Taking a quick look at the state output during the apply process, it seems we are alternating empty checks from...
Hi @RobertBlumen, Thanks for the feature request!. The ability to assign objects containing a superset of attributes to a variable input is by design, so that objects outside of a...
Hi @azrdev, Thanks for filing the issue. I understand the need to to try and workaround the problem with the provider in this case, but the `replace_triggered_by` feature would be...
Hi @azrdev, This type of configuration would be expected to fail for the reason given, the `vra_deployment` cannot be read before it is created. Attempting to force the data source...
Hi @jack-parsons-bjss, Thanks for filing the issue. Without an example we unfortunately are not going to be able to diagnose the problem, or validate any solutions. If you could generate...
Hello, Without any examples or configuration to reproduce the problem, there's not going to be much else we can do here. As others have pointed out, known cases have been...
Hi @dr-yd, Thanks for filing the issue. I'm not sure what exactly has changed from that commit, mostly because I surprised that the use case you've shown previously worked. The...
Oh yes, while arbitrary protocol switching is something that is not desired for security reasons (having a remote system force the loading of any local file could be combined with...
HI @dsfrederic, Thanks for filing the issue. I'm not able to replicate the problem from the given information. Were there any `-backend-config` parameters given during the first `init`? Have you...