mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +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:
|
attributes:
|
||||||
- name: aws_vpc_id
|
- name: aws_vpc_id
|
||||||
required: false
|
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: ''
|
default: ''
|
||||||
description: 'Optional Custom AWS VPC Id'
|
description: 'Optional Custom AWS VPC Id'
|
||||||
type: string
|
type: string
|
||||||
|
@ -17,4 +19,4 @@ depends:
|
||||||
- name: inspec-aws
|
- name: inspec-aws
|
||||||
url: https://github.com/inspec/inspec-aws/archive/master.tar.gz
|
url: https://github.com/inspec/inspec-aws/archive/master.tar.gz
|
||||||
supports:
|
supports:
|
||||||
- platform: aws
|
- platform: aws
|
||||||
|
|
Loading…
Reference in a new issue