Skip to content

Commit

Permalink
Seems like lists cannot have a default?
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBergmeier6176 committed Nov 11, 2021
1 parent 5808a93 commit 95cec62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/google_access_token/resource_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func Resource() *schema.Resource {
Type: schema.TypeString,
},
Optional: true,
Default: []interface{}{"https://www.googleapis.com/auth/cloud-platform"},
},
"access_token": {
Type: schema.TypeString,
Expand Down

0 comments on commit 95cec62

Please sign in to comment.