mirror of
https://github.com/inspec/inspec
synced 2024-12-20 01:54:08 +00:00
7ec1803adb
Signed-off-by: Stuart Paterson <spaterson@chef.io>
16 lines
No EOL
359 B
YAML
16 lines
No EOL
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 |