diff --git a/lib/plugins/inspec-init/templates/profiles/aws/inspec.yml b/lib/plugins/inspec-init/templates/profiles/aws/inspec.yml index a60026381..11cbf8670 100644 --- a/lib/plugins/inspec-init/templates/profiles/aws/inspec.yml +++ b/lib/plugins/inspec-init/templates/profiles/aws/inspec.yml @@ -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 \ No newline at end of file + - platform: aws