8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a34f0d commit c309685Copy full SHA for c309685
provider/workspace_preset.go
@@ -103,7 +103,7 @@ func workspacePresetDataSource() *schema.Resource {
103
Description: "Time in seconds after which an unclaimed prebuild is considered expired and eligible for cleanup.",
104
Required: true,
105
ForceNew: true,
106
- // Ensure invalidation is between 0 and 31536000 seconds (1 year) to prevent stale prebuilds
+ // Ensure TTL is between 0 and 31536000 seconds (1 year) to prevent stale prebuilds
107
ValidateFunc: validation.IntBetween(0, 31536000),
108
},
109
0 commit comments