@@ -61,15 +61,17 @@ var AuditableResources = auditMap(map[any]map[string]Action{
61
61
"updated_at" : ActionIgnore , // Changes, but is implicit and not helpful in a diff.
62
62
},
63
63
& database.Template {}: {
64
- "id" : ActionTrack ,
65
- "created_at" : ActionIgnore , // Never changes, but is implicit and not helpful in a diff.
66
- "updated_at" : ActionIgnore , // Changes, but is implicit and not helpful in a diff.
67
- "organization_id" : ActionTrack ,
68
- "deleted" : ActionIgnore , // Changes, but is implicit when a delete event is fired.
69
- "name" : ActionTrack ,
70
- "provisioner" : ActionTrack ,
71
- "active_version_id" : ActionTrack ,
72
- "description" : ActionTrack ,
64
+ "id" : ActionTrack ,
65
+ "created_at" : ActionIgnore , // Never changes, but is implicit and not helpful in a diff.
66
+ "updated_at" : ActionIgnore , // Changes, but is implicit and not helpful in a diff.
67
+ "organization_id" : ActionTrack ,
68
+ "deleted" : ActionIgnore , // Changes, but is implicit when a delete event is fired.
69
+ "name" : ActionTrack ,
70
+ "provisioner" : ActionTrack ,
71
+ "active_version_id" : ActionTrack ,
72
+ "description" : ActionTrack ,
73
+ "max_ttl" : ActionTrack ,
74
+ "min_autostart_interval" : ActionTrack ,
73
75
},
74
76
& database.TemplateVersion {}: {
75
77
"id" : ActionTrack ,
0 commit comments