Skip to content

Commit

Permalink
fix for email & assumerole
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanaroth committed Aug 13, 2021
1 parent 01343ba commit 7e43861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 02_CFN_DEPLOY_AHA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Conditions:
UsingTeams: !Not [!Equals [!Ref MicrosoftTeamsWebhookURL, None]]
UsingChime: !Not [!Equals [!Ref AmazonChimeWebhookURL, None]]
UsingEventBridge: !Not [!Equals [!Ref EventBusName, None]]
UsingSecrets: !Or [!Condition UsingSlack, !Condition UsingTeams, !Condition UsingChime, !Condition UsingEventBridge]
UsingSecrets: !Or [!Condition UsingSlack, !Condition UsingTeams, !Condition UsingChime, !Condition UsingEventBridge, !Condition UsingCrossAccountRole]
UsingCrossAccountRole: !Not [!Equals [!Ref ManagementAccountRoleArn, None]]
UsingAccountIds: !Not [!Equals [!Ref AccountIDs, None]]
Parameters:
Expand Down
2 changes: 1 addition & 1 deletion BETA-multi-region/02_CFN_MR_DEPLOY_AHA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Conditions:
UsingTeams: !Not [!Equals [!Ref MicrosoftTeamsWebhookURL, None]]
UsingChime: !Not [!Equals [!Ref AmazonChimeWebhookURL, None]]
UsingEventBridge: !Not [!Equals [!Ref EventBusName, None]]
UsingSecrets: !Or [!Condition UsingSlack, !Condition UsingTeams, !Condition UsingChime, !Condition UsingEventBridge]
UsingSecrets: !Or [!Condition UsingSlack, !Condition UsingTeams, !Condition UsingChime, !Condition UsingEventBridge, !Condition UsingCrossAccountRole]
UsingCrossAccountRole: !Not [!Equals [!Ref ManagementAccountRoleArn, None]]
NotUsingMultiRegion: !Equals [!Ref SecondaryRegion, 'No']
UsingMultiRegion: !Not [!Equals [!Ref SecondaryRegion, 'No']]
Expand Down

0 comments on commit 7e43861

Please sign in to comment.