File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,15 @@ export const provisioners: TypesGen.ProvisionerDaemon[] = [
78
78
created_at : "" ,
79
79
provisioners : [ ] ,
80
80
tags : { } ,
81
+ version : "v2.34.5" ,
81
82
} ,
82
83
{
83
84
id : "cdr-basic" ,
84
85
name : "Basic" ,
85
86
created_at : "" ,
86
87
provisioners : [ ] ,
87
88
tags : { } ,
89
+ version : "v2.34.5" ,
88
90
} ,
89
91
] ;
90
92
Original file line number Diff line number Diff line change @@ -325,11 +325,13 @@ export const SuspendedMockUser: TypesGen.User = {
325
325
} ;
326
326
327
327
export const MockProvisioner : TypesGen . ProvisionerDaemon = {
328
- created_at : "" ,
328
+ created_at : "2022-05-17T17:39:01.382927298Z" ,
329
+ updated_at : "2022-05-17T17:39:01.382927298Z" ,
329
330
id : "test-provisioner" ,
330
331
name : "Test Provisioner" ,
331
332
provisioners : [ "echo" ] ,
332
333
tags : { } ,
334
+ version : "v2.34.5" ,
333
335
} ;
334
336
335
337
export const MockProvisionerJob : TypesGen . ProvisionerJob = {
You can’t perform that action at this time.
0 commit comments