mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-23 17:03:00 -05:00
13 lines
172 B
HCL
13 lines
172 B
HCL
mod "m1"{
|
|
title = "M1"
|
|
description = "THIS IS M1"
|
|
|
|
requires{
|
|
plugin "aws"{
|
|
version = "0.20.0"
|
|
}
|
|
plugin "azure"{
|
|
version = "0.11.0"
|
|
}
|
|
}
|
|
} |