Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Aug 30, 2024
1 parent 0da453c commit 163240b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions plugins/lookup/ssm_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,24 @@
default: false
type: boolean
shortnames:
description:
description:
- Indicates whether to return the name only without path if using a parameter hierarchy.
- The I(shortnames) and I(droppath) options are mutually exclusive.
- The O(shortnames) and O(droppath) options are mutually exclusive.
default: false
type: boolean
droppath:
description:
description:
- Indicates whether to return the parameter name with the searched parameter heirarchy removed.
- The I(shortnames) and I(droppath) options are mutually exclusive.
- The O(shortnames) and O(droppath) options are mutually exclusive.
default: false
type: boolean
version_added: 8.2.0
on_missing:
description:
- Action to take if the SSM parameter is missing.
- C(error) will raise a fatal error when the SSM parameter is missing.
- C(skip) will silently ignore the missing SSM parameter.
- C(warn) will skip over the missing SSM parameter but issue a warning.
- V(error) will raise a fatal error when the SSM parameter is missing.
- V(skip) will silently ignore the missing SSM parameter.
- V(warn) will skip over the missing SSM parameter but issue a warning.
default: error
type: string
choices: ['error', 'skip', 'warn']
Expand Down

0 comments on commit 163240b

Please sign in to comment.