Skip to content

Commit

Permalink
ForceNew
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMalot committed Sep 20, 2023
1 parent ac9f48d commit 384701e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ func resourceCloudflareKeylessCertificateSchema() map[string]*schema.Schema {
"bundle_method": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Default: "ubiquitous",
Description: fmt.Sprintf("A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. %s", renderAvailableDocumentationValuesStringSlice([]string{"ubiquitous", "optimal", "force"})),
},
"certificate": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: "The zone's SSL certificate or SSL certificate and intermediate(s).",
},
"host": {
Expand Down

0 comments on commit 384701e

Please sign in to comment.