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

     1  mod "m1"{
     2    title = "M1"
     3    description = "THIS IS M1"
     4  }
     5  
     6  mod "m1"{
     7    title = "M2"
     8    description = "THIS IS M2"
     9  }