We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96511f commit 5808a93Copy full SHA for 5808a93
internal/google_access_token/resource_schema.go
@@ -13,7 +13,7 @@ func Resource() *schema.Resource {
13
Type: schema.TypeString,
14
},
15
Optional: true,
16
- Default: []string{"https://www.googleapis.com/auth/cloud-platform"},
+ Default: []interface{}{"https://www.googleapis.com/auth/cloud-platform"},
17
18
"access_token": {
19
0 commit comments