docs/resources/aws_sns_subscription.md.erb in inspec-2.2.55 vs docs/resources/aws_sns_subscription.md.erb in inspec-2.2.61
- old
+ new
@@ -6,9 +6,19 @@
Use the `aws_sns_subscription` InSpec audit resource to test detailed properties of a AWS SNS Subscription.
<br>
+## Availability
+
+### Installation
+
+This resource is distributed along with InSpec itself. You can use it automatically.
+
+### Version
+
+This resource first became available in v2.1.10 of InSpec.
+
## Syntax
An `aws_sns_subscription` resource block uses resource parameters to search for a SNS Subscription, and then tests that subscriptions properties. If no Subscriptions match, no error is raised, but the `exists` matcher will return `false` and all properties will be `nil`.
describe aws_sns_subscription('arn:aws:sns:us-east-1::test-topic-01:b214aff5-a2c7-438f-a753-8494493f2ff6') do