We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5071736 commit a8ba8e4Copy full SHA for a8ba8e4
roles/aws/aws_backup_validation/templates/validation_report.py.j2
@@ -126,7 +126,7 @@ failed_job = backup_cli.list_restore_jobs(
126
},
127
'Subject': {
128
'Charset': 'UTF-8',
129
- 'Data': 'Restore testing - {{ _aws_profile }}: ' + mail_title,
+ 'Data': 'Restore testing - {{ _infra_name }}: ' + mail_title,
130
131
132
Source='Lambda Backup Validation <lambda@codeenigma.uk>',
0 commit comments