mirror of
https://github.com/inspec/inspec
synced 2024-12-12 22:32:46 +00:00
16 lines
359 B
YAML
16 lines
359 B
YAML
|
name: <%= name %>
|
||
|
title: AWS InSpec Profile
|
||
|
maintainer: The Authors
|
||
|
copyright: The Authors
|
||
|
copyright_email: you@example.com
|
||
|
license: Apache-2.0
|
||
|
summary: An InSpec Compliance Profile For AWS
|
||
|
version: 0.1.0
|
||
|
inspec_version: '>= 2.3.5'
|
||
|
attributes:
|
||
|
- name: aws_vpc_id
|
||
|
required: true
|
||
|
description: 'The Custom AWS VPC Id'
|
||
|
type: string
|
||
|
supports:
|
||
|
- platform: aws
|