Skip to content

Commit f7c027e

Browse files
authored
CCM-11363: Eventbus arn (#606)
1 parent c5f9be8 commit f7c027e

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/terraform/components/acct

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
event_bus_arn = "arn:aws:events:eu-west-2:${var.observability_account_id}:event-bus/nhs-notify-main-acct-alerts-bus"
2+
event_bus_arn = "arn:aws:events:eu-west-2:${var.observability_account_id}:event-bus/nhs-main-acct-alerts-bus"
33

44
# VPC Subnet Maths (Equally devise a number of subnets across the availble AZs from a provided supernet)
55
required_bits_public = ceil(log(length(data.aws_availability_zones.available.names), 2))

0 commit comments

Comments
 (0)