Files
steampipe/pkg/steampipeconfig/testdata/mods/two_mods/mod.sp

9 lines
112 B
HCL

mod "m1"{
title = "M1"
description = "THIS IS M1"
}
mod "m1"{
title = "M2"
description = "THIS IS M2"
}