Add version_added to ec2 inv iam_role_arn option (#58945)
This commit is contained in:
parent
c513c1e2d3
commit
fd9b52f305
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue