Skip to content

Provider produced inconsistent result after apply updating project #589

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

Open
dokterbob opened this issue Feb 19, 2025 · 2 comments
Open

Comments

@dokterbob
Copy link

module.sentry.sentry_project.project: Modifying... [id=bogus_id_1]
╷
│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to module.sentry.sentry_project.project, provider "provider[\"registry.terraform.io/jianyuan/sentry\"]" produced an unexpected new value: .id: was
│ cty.StringVal("bogus_id_1"), but now cty.StringVal("other_id").
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

Provider version: 0.14.3

@doctorperceptron
Copy link

Same issue with the javascript_loader_script field:

│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to module.blog_server_sentry.sentry_key.project_key, provider |"module.blog_server_sentry.provider[\"registry.terraform.io/jianyuan/sentry\"]" produced an unexpected new value:
│ .javascript_loader_script.performance_monitoring_enabled: was cty.False, but now cty.True.
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to module.blog_server_sentry.sentry_key.project_key, provider |"module.blog_server_sentry.provider[\"registry.terraform.io/jianyuan/sentry\"]" produced an unexpected new value:
│ .javascript_loader_script.session_replay_enabled: was cty.False, but now cty.True.
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

Provider version v0.14.3

Is this a known bug with this version?

@nyadav810
Copy link

+1, seeing this for sentry_issue_alert.actions_v2.notify_email.fallthrough_type as well.

Provider version 0.14.4

│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to
│ module.sentry[0].sentry_issue_alert.dash_errors_volume, provider
│ "provider[\"registry.terraform.io/jianyuan/sentry\"]" produced an
│ unexpected new value: .actions_v2[1].notify_email.fallthrough_type: was
│ cty.StringVal("AllMembers"), but now null.
│ 
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.

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

3 participants