From 384701ed79ea4fb34b96c9b7abe0578900b8b211 Mon Sep 17 00:00:00 2001 From: KevinMalot Date: Wed, 20 Sep 2023 15:30:50 +0200 Subject: [PATCH] ForceNew --- internal/sdkv2provider/schema_cloudflare_keyless_certificate.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/sdkv2provider/schema_cloudflare_keyless_certificate.go b/internal/sdkv2provider/schema_cloudflare_keyless_certificate.go index 6e7f816b35..2a4f8d687c 100644 --- a/internal/sdkv2provider/schema_cloudflare_keyless_certificate.go +++ b/internal/sdkv2provider/schema_cloudflare_keyless_certificate.go @@ -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": {