mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
parent
3e5a8c110a
commit
d02ae42747
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue