Skip to content

Commit

Permalink
Include logical resource ID
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Sep 23, 2024
1 parent 0fc743d commit 6660807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function message(event) {

const header = [
`*<${deepStackUrl}|${accountNickname} - ${regionNickname} » ${stackName}>*`,
`Resource Status Change: *${status}* for \`${resourceType}\``,
`Resource Status Change: *${status}* for \`${resourceType}\` – \`${logicalResourceId}\``,
].join("\n");

const fallback = `${accountNickname} - ${regionNickname} » ${resourceType} ${logicalResourceId} in ${stackName} is now ${status}`;
Expand Down

0 comments on commit 6660807

Please sign in to comment.