Closed lra closed 6 months ago
Terraform debug log detected :white_check_mark:
Voting for Prioritization
Volunteering to Work on This Issue
Yep, hitting the same error. Thanks for creating this issue.
Our workaround for now
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
# due to https://github.com/cloudflare/terraform-provider-cloudflare/issues/3312
version = "~> 4, < 4.33.0"
}
}
}
I worked with a cloudflare tam to enable NEL across all our zones with a support ticket. No additional scope on the token was needed.
thanks for raising. the underlying problem here is with the service response and throwing a 403 which upsets the resource fetching the value (even when you don't have it entitled). the service team is looking to address it and once addressed, will allow it to be queried without any additional changes in your code or the provider.
thanks for raising. the underlying problem here is with the service response and throwing a 403 which upsets the resource fetching the value (even when you don't have it entitled). the service team is looking to address it and once addressed, will allow it to be queried without any additional changes in your code or the provider.
Thanks.
If this issue is closed, how can we know when it will be fixed so we can resume upgrading the provider version?
Still experiencing this issue - I think the issue was prematurely closed.
Still experiencing this issue as well.
a fix for this has been released to production by the service team. v4.33.0 should now work for both unentitled and entitled users of NEL.
if you're still having issues, please open a new issue to be triaged.
Confirmation
Terraform and Cloudflare provider version
Affected resource(s)
cloudflare_zone_settings_override
Terraform configuration files
Link to debug output
https://gist.github.com/lra/02b32fb89f8ac9e77129e6656e535a3f
Panic output
No response
Expected output
Actual output
Steps to reproduce
Run terraform plan
Additional factoids
References
No response