Skip to content

Commit

Permalink
bitrot
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jul 5, 2022
1 parent 457817b commit fb7f731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/cloudwatchevent_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@
is specified, then the entire event is passed to the target in JSON form.
input_paths_map:
type: dict
version_added: 2.0.0
version_added: 4.1.0
description:
- A dict that specifies the transformation of the event data to
custom input parameters.
- If neither I(input) nor I(input_path) nor I(input_paths_map) nor I(input_template)
is specified, then the entire event is passed to the target in JSON form.
input_template:
type: str
version_added: 2.0.0
version_added: 4.1.0
description:
- A string that templates the values input_paths_map extracted from the event data.
It is used to produce the output you want to be sent to the target.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name_pattern: "cloudwatch_event_rule"
unique_id: "{{ resource_prefix | hash('md5') | truncate(24, True, '') }}"
unique_id: "{{ tiny_prefix }}"

test_event_names:
- "{{ name_pattern }}-{{ unique_id }}-1"
Expand Down

0 comments on commit fb7f731

Please sign in to comment.