Skip to content

Commit

Permalink
Remove 'Set' from fields where it doesn't do anything (hashicorp#578)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
Original Author: @chrisst
  • Loading branch information
modular-magician authored and chrisst committed Apr 2, 2019
1 parent 160fe07 commit 01372f2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion google-beta/resource_compute_global_forwarding_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func resourceComputeGlobalForwardingRule() *schema.Resource {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},

"label_fingerprint": {
Expand Down
1 change: 0 additions & 1 deletion google-beta/resource_compute_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ func resourceComputeInstance() *schema.Resource {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},

"metadata": {
Expand Down
1 change: 0 additions & 1 deletion google-beta/resource_google_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion google-beta/resource_sql_database_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ func resourceSqlDatabaseInstance() *schema.Resource {
Type: schema.TypeMap,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
},
},
Expand Down

0 comments on commit 01372f2

Please sign in to comment.