Remove 'Set' from fields where it doesn't do anything (#3364)

<!-- This change is generated by MagicModules. -->
Original Author: @chrisst
This commit is contained in:
The Magician 2019-04-02 13:58:53 -07:00 committed by Chris Stephens
parent 8f1b34dbbe
commit f0941f7138
4 changed files with 0 additions and 4 deletions

View File

@ -60,7 +60,6 @@ func resourceComputeGlobalForwardingRule() *schema.Resource {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
"label_fingerprint": {

View File

@ -395,7 +395,6 @@ func resourceComputeInstance() *schema.Resource {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
"metadata": {

View File

@ -86,7 +86,6 @@ func resourceGoogleProject() *schema.Resource {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
"app_engine": {
Type: schema.TypeList,

View File

@ -247,7 +247,6 @@ func resourceSqlDatabaseInstance() *schema.Resource {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
},
},