Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Mar 22, 2022
1 parent c1255ac commit e13405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func schemaFeatures(supportLegacyTestSuite bool) *pluginsdk.Schema {
Schema: map[string]*pluginsdk.Schema{
"permanently_delete_on_destroy": {
Type: pluginsdk.TypeBool,
Required: true,
Optional: true,
Default: true,
},
},
Expand Down

0 comments on commit e13405d

Please sign in to comment.