mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-21 11:00:21 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
13 lines
357 B
HCL
13 lines
357 B
HCL
mod "aws_compliance" {
|
|
# hub metadata
|
|
title = "AWS Compliance"
|
|
description = "Steampipe Mod for Amazon Web Services (AWS) Compliance"
|
|
color = "#FF9900"
|
|
categories = ["Public Cloud", "AWS"]
|
|
opengraph {
|
|
description ="foo"
|
|
title = "bar"
|
|
image = "/images/mods/turbot/azure-compliance-social-graphic.png"
|
|
}
|
|
}
|