You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to lxd_instance.backup, provider "provider[\"registry.terraform.io/terraform-lxd/lxd\"]" produced an unexpected new value: .target: was cty.StringVal("@gpu"), but now cty.StringVal("node-2").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
environment
terraform version
Terraform v1.6.3-dev
on linux_amd64
+ provider registry.terraform.io/terraform-lxd/lxd v2.4.0
Your version of Terraform is out of date! The latest version
is 1.9.8. You can update by downloading from https://www.terraform.io/downloads.html
uname -a
Linux nikki-main 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 GNU/Linux
what should happen?
No more errors.
What we tried
Tentatively specifying by node name avoids errors.
If there's anything you'd like me to try, let me know.
The text was updated successfully, but these errors were encountered:
Could you check the result after failure? I'm guessing the instance was created within the expected group (@gpu), but the provider updates the state with the actual instance location which causes the inconsistent result.
If this is the case, we just need to introduce the field location which would track exact location, and target would be used just for user input (as we already do on some resources).
Error Description
environment
what should happen?
No more errors.
What we tried
Tentatively specifying by node name avoids errors.
If there's anything you'd like me to try, let me know.
The text was updated successfully, but these errors were encountered: