Skip to content

Commit

Permalink
update fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 committed Nov 7, 2019
1 parent d0c2495 commit b7f3b00
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions third_party/terraform/resources/resource_sql_database_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,28 +467,28 @@ func resourceSqlDatabaseInstance() *schema.Resource {
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"cert": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
AtLeastOneOf: serverCertsKeys,
},
"common_name": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
AtLeastOneOf: serverCertsKeys,
},
"create_time": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
AtLeastOneOf: serverCertsKeys,
},
"expiration_time": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
AtLeastOneOf: serverCertsKeys,
},
"sha1_fingerprint": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
AtLeastOneOf: serverCertsKeys,
},
},
Expand Down

0 comments on commit b7f3b00

Please sign in to comment.