mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-11 00:02:37 -04: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"
|
|
}
|
|
}
|
|
}
|