Skip to content

Commit 5808a93

Browse files
List defaults might be needed to be expressed in amigious types.
1 parent a96511f commit 5808a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/google_access_token/resource_schema.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func Resource() *schema.Resource {
1313
Type: schema.TypeString,
1414
},
1515
Optional: true,
16-
Default: []string{"https://www.googleapis.com/auth/cloud-platform"},
16+
Default: []interface{}{"https://www.googleapis.com/auth/cloud-platform"},
1717
},
1818
"access_token": {
1919
Type: schema.TypeString,

0 commit comments

Comments
 (0)