github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/mods/mod_with_new_steampipe_block/mod.sp (about)

     1  mod "mod_with_new_steampipe_block" {
     2    title = "mod_with_new_steampipe_block"
     3    require {
     4      steampipe {
     5        min_version = "0.18.0"
     6      }
     7    }
     8  }