-
Notifications
You must be signed in to change notification settings - Fork 632
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
Incorrect Error on DNS Locations #4920
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 |
1 similar comment
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 |
Have you tried updating to latest v5? End points are supported from that version onwards. |
@rexscaria I have not because its not GA yet. We use 4.51 in prod. |
Confirmation
Terraform and Cloudflare provider version
Terraform v1.10.4
on darwin_arm64
cloudflare provider: v4.50
Affected resource(s)
cloudflare_zero_trust_dns_location
Terraform configuration files
Link to debug output
There's no actual error since the underlying API works
Panic output
No response
Expected output
I expect no errors to exist when using the endpoints block
Actual output
The
endpoints
block produces an "Unexpected block: Blocks of type "endpoints" are not expected here" issue on v4.50. The resource still deploys, but this should be fixed.Steps to reproduce
use the
endpoints
block oncloudflare_zero_trust_dns_location
Additional factoids
There's no actual error since the underlying API works
References
No response
The text was updated successfully, but these errors were encountered: