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 4c46171 commit c6db67dCopy full SHA for c6db67d
provider/workspace_preset.go
@@ -94,11 +94,10 @@ func workspacePresetDataSource() *schema.Resource {
94
Elem: &schema.Resource{
95
Schema: map[string]*schema.Schema{
96
"invalidate_after_secs": {
97
- Type: schema.TypeInt,
98
- Description: "Time in seconds after which an unclaimed prebuild is considered expired and eligible for cleanup.",
99
- Required: true,
100
- ForceNew: true,
101
- //Default: 86400, // TODO: Should we add a default value?
+ Type: schema.TypeInt,
+ Description: "Time in seconds after which an unclaimed prebuild is considered expired and eligible for cleanup.",
+ Required: true,
+ ForceNew: true,
102
ValidateFunc: validation.IntAtLeast(0),
103
},
104
0 commit comments