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