Skip to content

Commit

Permalink
Add SSL.com as valid certificate authority to issue the certificate p…
Browse files Browse the repository at this point in the history
…ack. Fixes #4266
  • Loading branch information
lneves75 committed Oct 10, 2024
1 parent f102191 commit da8e632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func resourceCloudflareCertificatePackSchema() map[string]*schema.Schema {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{"digicert", "lets_encrypt", "google"}, false),
ValidateFunc: validation.StringInSlice([]string{"digicert", "lets_encrypt", "google", ssl_com"}, false),
Default: nil,
Description: fmt.Sprintf("Which certificate authority to issue the certificate pack. %s", renderAvailableDocumentationValuesStringSlice([]string{"digicert", "lets_encrypt", "google"})),
},
Expand Down

0 comments on commit da8e632

Please sign in to comment.