mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 16:00:13 -04:00
13 lines
232 B
HCL
13 lines
232 B
HCL
benchmark "cg_1"{
|
|
title ="CG_1"
|
|
children = ["benchmark.cg_1_1"]
|
|
}
|
|
benchmark "cg_1_1"{
|
|
title ="CG_1_1"
|
|
children = ["benchmark.cg_1_1_1"]
|
|
}
|
|
benchmark "cg_1_1_1"{
|
|
title ="CG_1_1"
|
|
children = ["benchmark.cg_1"]
|
|
}
|