docs/resources/aws_ec2_instance.md.erb in inspec-2.2.55 vs docs/resources/aws_ec2_instance.md.erb in inspec-2.2.61

- old
+ new

@@ -7,9 +7,19 @@ Use the `aws_ec2_instance` InSpec audit resource to test properties of a single AWS EC2 instance. <br> +## Availability + +### Installation + +This resource is distributed along with InSpec itself. You can use it automatically. + +### Version + +This resource first became available in v2.0.16 of InSpec. + ## Syntax An `aws_ec2_instance` resource block declares the tests for a single AWS EC2 instance by either name or id. describe aws_ec2_instance('i-01a2349e94458a507') do