provider/digitalocean: Remove Optional and ForceNew for computed attr

This commit is contained in:
Caio Filipini 2017-05-26 17:36:51 +02:00
parent 2b12ddffd0
commit c4bbb6e8a5
1 changed files with 0 additions and 4 deletions

View File

@ -42,15 +42,11 @@ func resourceDigitalOceanCertificate() *schema.Resource {
"not_after": { "not_after": {
Type: schema.TypeString, Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true, Computed: true,
}, },
"sha1_fingerprint": { "sha1_fingerprint": {
Type: schema.TypeString, Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true, Computed: true,
}, },
}, },