github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/steampipeconfig/testdata/mods/single_mod_no_query/mod.sp (about) 1 mod "m1"{ 2 title = "M1" 3 description = "THIS IS M1" 4 5 requires{ 6 plugin "aws"{ 7 version = "0.20.0" 8 } 9 plugin "azure"{ 10 version = "0.11.0" 11 } 12 } 13 }