-
Notifications
You must be signed in to change notification settings - Fork 635
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
5.0.0 regression : missing verification_key field in partial zone setup #4959
Comments
Terraform debug log detected ✅ |
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
I doubt this debug log is really gonna be read by anyone considering the nature of the issue, but fine, I'll generate one from a minimal reproducer when I have a moment. |
|
I suspected something along those lines. Thanks ! |
Confirmation
Terraform and Cloudflare provider version
Terraform v1.10.4
on linux_amd64
Affected resource(s)
Terraform configuration files
Link to debug output
https://gist.github.com/toadjaune/04983c9285db58a3dd61afcb109c5c2a
Panic output
No response
Expected output
I expected the
verification_key
field to exist like in 4.x, so that I can create the corresponding TXT record with my authoritative DNS provider.Actual output
│ Error: Unsupported attribute
│
│ on config.tf line 29, in output "example":
│ 29: value = cloudflare_zone.example.verification_key
│
│ This object has no argument, nested block, or exported attribute named "verification_key".
Steps to reproduce
terraform plan
Additional factoids
The documentation is consistent with the fact that this field was lost during version 4->5 upgrade :
References
No response
The text was updated successfully, but these errors were encountered: