mirror of
https://github.com/inspec/inspec
synced 2024-12-02 17:40:00 +00:00
87f5da5912
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
21 lines
610 B
YAML
21 lines
610 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: '~> 5'
|
||
inputs:
|
||
- name: aws_vpc_id
|
||
required: false
|
||
# Below is deliberately left as a default empty string to allow the profile to run when this is not provided.
|
||
# Please see the README for more details.
|
||
value: ''
|
||
description: 'Optional Custom AWS VPC Id'
|
||
depends:
|
||
- name: inspec-aws
|
||
url: https://github.com/inspec/inspec-aws/archive/main.tar.gz
|
||
supports:
|
||
- platform: aws
|