Skip to content

Commit

Permalink
ssm_parameter: add support for tags - add version_added parameter (an…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehas committed Oct 28, 2022
1 parent 69973cd commit c30983c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/ssm_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,13 @@
type: str
example: Some value.
returned: success
version_added: 5.1.0
tags_dict:
description: A dictionary representing the tags associated with the parameter.
type: dict
returned: when the parameter has tags
example: {'MyTagName': 'Some Value'}
version_added: 5.1.0
'''

import time
Expand Down

0 comments on commit c30983c

Please sign in to comment.