github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/control/testdata/aws_dummy/cis_v130/cis.sp (about) 1 locals { 2 cis_v130_common_tags = { 3 benchmark = "cis" 4 cis_controls_version = "v7.1" 5 cis_version = "v1.3.0" 6 plugin = "aws" 7 } 8 } 9 10 benchmark "cis_v130" { 11 title = "CIS v1.3.0" 12 description = "The CIS Amazon Web Services Foundations Benchmark provides prescriptive guidance for configuring security options for a subset of Amazon Web Services with an emphasis on foundational, testable, and architecture agnostic settings." 13 documentation = file("./cis_v130/docs/cis-overview.md") 14 children = [ 15 benchmark.cis_v130_1, 16 benchmark.cis_v130_2, 17 benchmark.cis_v130_3, 18 benchmark.cis_v130_4, 19 benchmark.cis_v130_5 20 ] 21 tags = local.cis_v130_common_tags 22 }