Skip to content

Commit 95cec62

Browse files
Seems like lists cannot have a default?
See hashicorp/terraform-plugin-sdk#142
1 parent 5808a93 commit 95cec62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/google_access_token/resource_schema.go

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

0 commit comments

Comments
 (0)