We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f9be8 commit f7c027eCopy full SHA for f7c027e
infrastructure/terraform/components/acct/locals.tf
@@ -1,5 +1,5 @@
1
locals {
2
- event_bus_arn = "arn:aws:events:eu-west-2:${var.observability_account_id}:event-bus/nhs-notify-main-acct-alerts-bus"
+ event_bus_arn = "arn:aws:events:eu-west-2:${var.observability_account_id}:event-bus/nhs-main-acct-alerts-bus"
3
4
# VPC Subnet Maths (Equally devise a number of subnets across the availble AZs from a provided supernet)
5
required_bits_public = ceil(log(length(data.aws_availability_zones.available.names), 2))
0 commit comments