Skip to content

Commit

Permalink
Restore idle_disconnect_timeout_in_seconds default value
Browse files Browse the repository at this point in the history
Otherwise a breaking change.
But see #24014.
  • Loading branch information
ewbankkit authored Jan 10, 2024
1 parent 6b06bb3 commit d25e16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/appstream/fleet.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func ResourceFleet() *schema.Resource {
"idle_disconnect_timeout_in_seconds": {
Type: schema.TypeInt,
Optional: true,
Default: 60,
Default: 0,
ValidateFunc: validation.IntBetween(60, 360000),
},
"image_arn": {
Expand Down

0 comments on commit d25e16a

Please sign in to comment.