Skip to content

Commit

Permalink
Merge pull request #1698 from ministryofjustice/MLPAB-1767-add-receiv…
Browse files Browse the repository at this point in the history
…e-account-ids

MLPAB-1767 Add receive account ids to allow cross account puts to us
  • Loading branch information
hawx authored Jan 3, 2025
2 parents 303a205 + 8d783ba commit e63129e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/environment/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"pagerduty_service_name": "OPG Modernising LPA Non-Production",
"event_bus": {
"target_event_bus_arn": "arn:aws:events:eu-west-1:288342028542:event-bus/integration-poas",
"receive_account_ids": ["288342028542"]
"receive_account_ids": ["288342028542", "493907465011"]
},
"reduced_fees": {
"enabled": true,
Expand Down Expand Up @@ -591,7 +591,7 @@
"pagerduty_service_name": "OPG Modernising LPA Non-Production",
"event_bus": {
"target_event_bus_arn": "arn:aws:events:eu-west-1:288342028542:event-bus/dev-poas",
"receive_account_ids": []
"receive_account_ids": ["936779158973"]
},
"reduced_fees": {
"enabled": true,
Expand Down Expand Up @@ -677,7 +677,7 @@
"pagerduty_service_name": "OPG Modernising LPA Production",
"event_bus": {
"target_event_bus_arn": "arn:aws:events:eu-west-1:288342028542:event-bus/dev-poas",
"receive_account_ids": []
"receive_account_ids": ["764856231715"]
},
"reduced_fees": {
"enabled": true,
Expand Down

0 comments on commit e63129e

Please sign in to comment.