mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Address PR feedback, add a comment to inspec.yml.
Signed-off-by: Stuart Paterson <spaterson@chef.io>
This commit is contained in:
parent
549a04bdae
commit
3f1ed29af8
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@ inspec_version: '~> 4'
|
|||
attributes:
|
||||
- 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.
|
||||
default: ''
|
||||
description: 'Optional Custom AWS VPC Id'
|
||||
type: string
|
||||
|
@ -17,4 +19,4 @@ depends:
|
|||
- name: inspec-aws
|
||||
url: https://github.com/inspec/inspec-aws/archive/master.tar.gz
|
||||
supports:
|
||||
- platform: aws
|
||||
- platform: aws
|
||||
|
|
Loading…
Reference in a new issue