fixes ec2 reference (#2766)

Signed-off-by: kagarmoe <kgarmoe@chef.io>
This commit is contained in:
Kimberly Garmoe 2018-03-02 06:06:11 -08:00 committed by Jared Quick
parent 3e5a8c110a
commit d02ae42747

View file

@ -41,7 +41,7 @@ The following examples show how to use this InSpec audit resource.
### Test that an EC2 instance is using the correct image ID
describe aws_iam_instance(name: 'my-instance') do
describe aws_ec2_instance(name: 'my-instance') do
its('image_id') { should eq 'ami-27a58d5c' }
end