diff --git a/google/resource_compute_ssl_certificate.go b/google/resource_compute_ssl_certificate.go index 479e4d6f8ce..ead49a7d333 100644 --- a/google/resource_compute_ssl_certificate.go +++ b/google/resource_compute_ssl_certificate.go @@ -17,9 +17,10 @@ func resourceComputeSslCertificate() *schema.Resource { Schema: map[string]*schema.Schema{ "certificate": &schema.Schema{ - Type: schema.TypeString, - Required: true, - ForceNew: true, + Type: schema.TypeString, + Required: true, + ForceNew: true, + Sensitive: true, }, "name": &schema.Schema{