Skip to content

Commit

Permalink
Add ID to CertificatePackAdvancedCertificate
Browse files Browse the repository at this point in the history
This wasn't intentionally required however for
cloudflare/terraform-provider-cloudflare#778 to work , this is now.
  • Loading branch information
jacobbednarz committed Aug 26, 2020
1 parent e708974 commit 883c4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certificate_packs.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ type CertificatePackRequest struct {
// CertificatePackAdvancedCertificate is the structure of the advanced
// certificate pack certificate.
type CertificatePackAdvancedCertificate struct {
ID string `json:"id"`
Type string `json:"type"`
Hosts []string `json:"hosts"`
ValidationMethod string `json:"validation_method"`
Expand Down

0 comments on commit 883c4a5

Please sign in to comment.