docs/resources/aws_subnets.md.erb in inspec-2.1.72 vs docs/resources/aws_subnets.md.erb in inspec-2.1.78

- old
+ new

@@ -122,5 +122,11 @@ # Test that there are subnets in a vpc describe aws_subnets.where(vpc_id: 'vpc-12345678') it { should exist } end + +## AWS Permissions + +Your [Principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/intro-structure.html#intro-structure-principal) will need the `ec2:DescribeSubnets` action with Effect set to Allow. + +You can find detailed documentation at [Actions, Resources, and Condition Keys for Amazon EC2](https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html).