github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/steampipeconfig/testdata/mods/controls_and_groups_circular/control.sp (about)

     1  benchmark "cg_1"{
     2      title ="CG_1"
     3      children = ["benchmark.cg_1_1"]
     4  }
     5  benchmark "cg_1_1"{
     6      title ="CG_1_1"
     7      children = ["benchmark.cg_1_1_1"]
     8  }
     9  benchmark "cg_1_1_1"{
    10      title ="CG_1_1"
    11      children = ["benchmark.cg_1"]
    12  }