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