Skip to content

Commit

Permalink
fix(elbv2): Add missing accounts to ELBv2 Log Delivery.
Browse files Browse the repository at this point in the history
This patch adds the missing regional accounts for two regions to the
configuration of the ELBv2 package.
  • Loading branch information
grundprinzip committed Jun 24, 2020
1 parent e512a40 commit 6a100a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,13 @@ const ELBV2_ACCOUNTS: { [region: string]: string } = {
'us-east-2': '033677994240',
'us-west-1': '027434742980',
'us-west-2': '797873946194',
'af-south-1': '098369216593',
'ca-central-1': '985666609251',
'eu-central-1': '054676820928',
'eu-west-1': '156460612806',
'eu-west-2': '652711504416',
'eu-west-3': '009996457667',
'eu-south-1': '635631232127',
'eu-north-1': '897822967062',
'ap-east-1': '754344448648',
'ap-northeast-1': '582318560864',
Expand Down

0 comments on commit 6a100a5

Please sign in to comment.