mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Change ec2(
to aws_ec2(
in README.md (#87)
Signed-off-by: jerry <jerry@chef.io>
This commit is contained in:
parent
f8675c3559
commit
0bce385836
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ control "aws-1" do
|
|||
impact 0.7
|
||||
title 'Checks the machine is running'
|
||||
|
||||
describe ec2('my-ec2-machine') do
|
||||
describe aws_ec2('my-ec2-machine') do
|
||||
it { should be_running }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue