From 8d783bab0d874ec6545cddbbc98ff09f28353184 Mon Sep 17 00:00:00 2001 From: Joshua Hawxwell Date: Fri, 3 Jan 2025 14:10:46 +0000 Subject: [PATCH] Add receive account ids to allow cross account puts to us --- terraform/environment/terraform.tfvars.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/environment/terraform.tfvars.json b/terraform/environment/terraform.tfvars.json index c7b673ca4..1e6754b79 100644 --- a/terraform/environment/terraform.tfvars.json +++ b/terraform/environment/terraform.tfvars.json @@ -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, @@ -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, @@ -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,