-
Notifications
You must be signed in to change notification settings - Fork 630
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
cloudflare_web_analytics_site error 10000 #3234
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of This issue has been marked with |
Marking this issue as stale due to 30 days of inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the |
This issue was closed because it has been stalled for 7 days with no activity. |
I also have this problem. What is the required permission on the API Token? |
Confirmation
Terraform and Cloudflare provider version
terraform 1.7.2
Affected resource(s)
cloudflare_web_analytics_site
Terraform configuration files
Link to debug output
sensitive
Panic output
No response
Expected output
Ressource should be created and provider should be able to call it to get information
Actual output
│ Error: error getting web analytics site "XXXXXXXXXX": Authentication error (10000)
│
│ with cloudflare_web_analytics_site.web_analytics,
│ on webanalytics.tf line 2, in resource "cloudflare_web_analytics_site" "web_analytics":
│ 2: resource "cloudflare_web_analytics_site" "web_analytics" {
│
╵
Steps to reproduce
terraform apply
the creation is done but the apply end with this error
also after all the plan fail with this error
Additional factoids
My token have all the permission available through the cloudflare UI
References
No response
The text was updated successfully, but these errors were encountered: