You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform {
required_version=">= 0.12"required_providers {
aws=">= 2.0"cloudflare={
source ="cloudflare/cloudflare"
version ="4.8.0"
}
}
}
provider"cloudflare" {
api_token="redacted"
}
# Create new Cloudflare zone, this is the main "object" we will interact with in Cloudflare.resource"cloudflare_zone""this" {
zone="redacted"paused=falseplan="enterprise"type="partial"account_id="redacted"
}
# Create new Advanced Certificate Manager Certificate Packresource"cloudflare_certificate_pack""this" {
zone_id=cloudflare_zone.this.idtype="advanced"hosts=[cloudflare_zone.this.zone]
validation_method="txt"validity_days=90certificate_authority="lets_encrypt"cloudflare_branding=falselifecycle {
create_before_destroy=true
}
}
Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
This issue has been closed as we are now tracking this internally with service teams directly. If you would like an update or to be notified when/if the product ships with this change, please reach out to Cloudflare Support or your account team who can watch the internal feature request for you.
Confirmation
Terraform and Cloudflare provider version
Terraform v1.5.0
Affected resource(s)
certificate_pack
Terraform configuration files
Link to debug output
https://gist.github.com/brandonjfordham/a09e4021f1869e0653b2ca84e85c7ca5
Panic output
No response
Expected output
DCV Delegation records should be available as a nested schema:
Actual output
DCV Delegation records are missing.
Steps to reproduce
Additional factoids
No response
References
This bug first needs to be fixed in the cloudflare-go repo: cloudflare/cloudflare-go#1318
The text was updated successfully, but these errors were encountered: