mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-25 23:00:26 -05:00
11 lines
194 B
HCL
11 lines
194 B
HCL
mod "dep3"{
|
|
require {
|
|
mod "github.com/kaidaguerre/steampipe-mod-m1" {
|
|
version = "v1.*"
|
|
}
|
|
mod "github.com/kaidaguerre/steampipe-mod-m2" {
|
|
version = "v3.1"
|
|
}
|
|
}
|
|
}
|