Remove Optional flag from Computed server_ca_cert resource (#1025)

Response to PR comment:
https://github.com/terraform-providers/terraform-provider-google/pull/1020#pullrequestreview-92660096
This commit is contained in:
Jeff Johnson 2018-01-30 14:37:30 -08:00 committed by Dana Hoffman
parent f73db84c7e
commit d9a4be0c6c

View File

@ -347,7 +347,6 @@ func resourceSqlDatabaseInstance() *schema.Resource {
"server_ca_cert": &schema.Schema{
Type: schema.TypeList,
Computed: true,
Optional: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{