Skip to content

Commit c309685

Browse files
committed
fix: comment
1 parent 2a34f0d commit c309685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/workspace_preset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func workspacePresetDataSource() *schema.Resource {
103103
Description: "Time in seconds after which an unclaimed prebuild is considered expired and eligible for cleanup.",
104104
Required: true,
105105
ForceNew: true,
106-
// Ensure invalidation is between 0 and 31536000 seconds (1 year) to prevent stale prebuilds
106+
// Ensure TTL is between 0 and 31536000 seconds (1 year) to prevent stale prebuilds
107107
ValidateFunc: validation.IntBetween(0, 31536000),
108108
},
109109
},

0 commit comments

Comments
 (0)