mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-16 16:00:11 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
9 lines
229 B
HCL
9 lines
229 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"]
|
|
|
|
}
|