Skip to content

Commit c6db67d

Browse files
committed
fix: remove TODO comment
1 parent 4c46171 commit c6db67d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

provider/workspace_preset.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,10 @@ func workspacePresetDataSource() *schema.Resource {
9494
Elem: &schema.Resource{
9595
Schema: map[string]*schema.Schema{
9696
"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?
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,
102101
ValidateFunc: validation.IntAtLeast(0),
103102
},
104103
},

0 commit comments

Comments
 (0)