Skip to content

Commit

Permalink
features fix schema of feature flag roll_instances_when_required
Browse files Browse the repository at this point in the history
…for `virtual_machine_scale_set`
  • Loading branch information
myc2h6o committed Aug 16, 2023
1 parent d20b0e8 commit 9ae4ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/provider/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ func schemaFeatures(supportLegacyTestSuite bool) *pluginsdk.Schema {
},
"roll_instances_when_required": {
Type: pluginsdk.TypeBool,
Required: true,
Optional: true,
Default: true,
},
"scale_to_zero_before_deletion": {
Type: pluginsdk.TypeBool,
Expand Down

0 comments on commit 9ae4ba3

Please sign in to comment.