Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Provider produced inconsistent result after apply #590

Open
System-Arch opened this issue Dec 13, 2024 · 0 comments
Open

Error: Provider produced inconsistent result after apply #590

System-Arch opened this issue Dec 13, 2024 · 0 comments

Comments

@System-Arch
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant