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

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