Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 1b9ac65

Browse files
author
Matej Stajduhar
committed
Updating-event-bridge-role-arn
1 parent c3c1ef6 commit 1b9ac65

File tree

1 file changed

+1
-1
lines changed
  • roles/aws/aws_backup_validation/tasks

1 file changed

+1
-1
lines changed

roles/aws/aws_backup_validation/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
description: "{{ aws_backup_validation.description }}"
9393
state: present
9494
region: "{{ _aws_region }}"
95-
role_arn: "{{ item.name }}_event"
95+
role_arn: "arn:aws:iam::{{ _acc_id }}:role/{{ item.name }}_event"
9696
event_pattern: "{{ event_pattern | default('{ \"source\": [\"aws.backup\"], \"detail-type\": [\"Restore Job State Change\"], \"detail\": { \"resourceType\": [\"item.type\"], \"status\": [\"COMPLETED\"] } }') }}"
9797
targets:
9898
- id: "{{ item.name }}"

0 commit comments

Comments
 (0)