Skip to content

Commit

Permalink
removed unnecessary schema field
Browse files Browse the repository at this point in the history
  • Loading branch information
craigdbarber committed Nov 21, 2018
1 parent 5a974d7 commit af7b4f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions google-beta/resource_sql_database_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,6 @@ func resourceSqlDatabaseInstance() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"type": &schema.Schema{
Type: schema.TypeString,
Computed: true,
},
"time_to_retire": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Expand Down

0 comments on commit af7b4f6

Please sign in to comment.