produced an unexpected new value: block count changed from 355 to 350. │ This is a bug in the provider, which should be reported in the provider's own issue tracker. #3758
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
TF_VERSION: 1.7.3
Affected resource(s)
My plan was perfect when I try apply it shows an error but my changes are reflected. Still my apply throws error.
Terraform configuration files
Link to debug output
https://gist.github.com/VinothKumaranbalagan/0d22fdd736cbdd3602387d2c26c5bccc
Panic output
No response
Expected output
Apply all over rides with any error.
Actual output
module.waf_rulesets.cloudflare_ruleset.cf_managed_ruleset: Modifying... [id=5d726c2f5a08429fb8413485d5f44612]
module.waf_rulesets.cloudflare_ruleset.cf_managed_ruleset: Still modifying... [id=5d726c2f5a08429fb8413485d5f44612, 10s elapsed]
Error: Provider produced inconsistent result after apply
When applying changes to
module.waf_rulesets.cloudflare_ruleset.cf_managed_ruleset, provider
"provider["registry.terraform.io/cloudflare/cloudflare"]" produced an
unexpected new value: .rules[2].action_parameters[0].overrides[0].rules:
block count changed from 355 to 350.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Steps to reproduce
Try to create an override Rule for all the remaining rules in Managed Rulesets. Have all rule id in tfvars or in main try to run terraform apply.
Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: