Provider produced inconsistent result after apply error #2913
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
triage/debug-log-attached
Indicates an issue or PR has a complete Terraform debug log.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Confirmation
Terraform and Cloudflare provider version
Affected resource(s)
cloudflare_ruleset
Terraform configuration files
Link to debug output
https://gist.github.com/ChIhuoma/0acffda58424a0d44b99275b826592cf
Panic output
No response
Expected output
Actual output
Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.rule_exceptions.cloudflare_ruleset.dp_rule_1,
│ provider "provider["registry.terraform.io/cloudflare/cloudflare"]"
│ produced an unexpected new value: .rules[2].logging: block count changed
│ from 0 to 1.
│
│ 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.rule_exceptions.cloudflare_ruleset.dp_rule_1,
│ provider "provider["registry.terraform.io/cloudflare/cloudflare"]"
│ produced an unexpected new value: .rules[3].logging: block count changed
│ from 0 to 1.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
╵
Operation failed: failed running terraform apply (exit 1)
Steps to reproduce
The plan output and code snippet has the needed information.
Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: