Add version_added to ec2 inv iam_role_arn option (#58945)

This commit is contained in:
Jill R 2019-07-10 14:11:19 -07:00 committed by Matt Martz
parent c513c1e2d3
commit fd9b52f305

View file

@ -29,6 +29,7 @@ DOCUMENTATION = '''
iam_role_arn:
description: The ARN of the IAM role to assume to perform the inventory lookup. You should still provide AWS
credentials with enough privilege to perform the AssumeRole action.
version_added: '2.9'
regions:
description:
- A list of regions in which to describe EC2 instances.