Skip to content

Commit 67ce163

Browse files
committed
another issue with integration tests, the default should be "users". This should not be nil.
1 parent f62ee9c commit 67ce163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/resource_databricks_secret_scope.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func resourceSecretScope() *schema.Resource {
2424
Type: schema.TypeString,
2525
Optional: true,
2626
ForceNew: true,
27-
Default: nil,
27+
Default: "users",
2828
},
2929
"backend_type": &schema.Schema{
3030
Type: schema.TypeString,

0 commit comments

Comments
 (0)