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

Provider produced inconsistent results after apply: volume_snapshot_backup #575

Open
bryan-bar opened this issue Aug 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bryan-bar
Copy link

Describe the bug
Upgrading from version 0.10.0 to 1.0.0, I experienced the following error after resources are provisioned:

╷
│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to module.biganimal["mydb2"].biganimal_cluster.instance["one"], provider "provider[\"registry.terraform.io/enterprisedb/biganimal\"]" produced an
│ unexpected new value: .volume_snapshot_backup: was null, but now cty.False.
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

To Reproduce
Steps to reproduce the behavior:
Use version 1.0.0 without configuring biganimal_cluster.volume_snapshot_backup or set to null

Expected behavior
A clear and concise description of what you expected to happen.
Successful exit

Screenshots
If applicable, add screenshots to help explain your problem.
image

Terraform and Provider Version:
Please share the terraform version output

$ terraform version
Terraform v1.5.5
on linux_amd64

Your version of Terraform is out of date! The latest version
is 1.9.3. You can update by downloading from https://www.terraform.io/downloads.html

Affected Resource(s):
Please list the resources as a list, for example:

  • biganimal_cluster resource

Additional context
Add any other context about the problem here, for example:

  • Any other GitHub Issues or PRs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant