diff --git a/builtin/providers/digitalocean/resource_digitalocean_certificate.go b/builtin/providers/digitalocean/resource_digitalocean_certificate.go index 84c8d307c..264ab5297 100644 --- a/builtin/providers/digitalocean/resource_digitalocean_certificate.go +++ b/builtin/providers/digitalocean/resource_digitalocean_certificate.go @@ -42,15 +42,11 @@ func resourceDigitalOceanCertificate() *schema.Resource { "not_after": { Type: schema.TypeString, - Optional: true, - ForceNew: true, Computed: true, }, "sha1_fingerprint": { Type: schema.TypeString, - Optional: true, - ForceNew: true, Computed: true, }, },