Skip to content

Commit 9ba13f6

Browse files
authored
CO-4344: Bump max drain timeout to 180min (#663)
* CO-4344: Bump max drain timeout to 180min * regenerate omni sdk * regenerate sdk
1 parent 7033f41 commit 9ba13f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

castai/resource_node_configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func resourceNodeConfiguration() *schema.Resource {
114114
Type: schema.TypeInt,
115115
Optional: true,
116116
Default: 0,
117-
ValidateDiagFunc: validation.ToDiagFunc(validation.IntBetween(0, 3600)),
117+
ValidateDiagFunc: validation.ToDiagFunc(validation.IntBetween(0, 10800)),
118118
Description: "Timeout in seconds for draining the node. Defaults to 0",
119119
},
120120
FieldNodeConfigurationMinDiskSize: {

0 commit comments

Comments
 (0)