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
│ spacelift_mounted_file.mounted_file["interface_vault.tf"], provider
│ "provider["registry.terraform.io/spacelift-io/spacelift"]" produced an
│ unexpected new value: Root resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
The change here was going from defining a set of files with explicit Terraform resource blocks to using a single resource block with a for_each statement. It is likely a race condition between deleting the old files and re-creating the new files.
The text was updated successfully, but these errors were encountered:
Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ spacelift_mounted_file.mounted_file["interface_vault.tf"], provider
│ "provider["registry.terraform.io/spacelift-io/spacelift"]" produced an
│ unexpected new value: Root resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
The change here was going from defining a set of files with explicit Terraform resource blocks to using a single resource block with a for_each statement. It is likely a race condition between deleting the old files and re-creating the new files.
The text was updated successfully, but these errors were encountered: