Skip to content

Commit f068b11

Browse files
committed
CCM-10579: Observability Prod Cutover
1 parent d649b6e commit f068b11

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

infrastructure/terraform/components/app/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ locals {
22
cloudfront_files_domain_name = "files.${local.root_domain_name}"
33
root_domain_name = "${var.environment}.${local.acct.dns_zone["name"]}"
44
lambdas_source_code_dir = "../../../../lambdas"
5-
log_destination_arn = var.override_log_destination_arn != "" ? var.override_log_destination_arn : "arn:aws:logs:${var.region}:${var.observability_account_id}:destination:nhs-main-obs-firehose-logs" # TODO CCM-10579 Please remove this after we do dev/nonprod cutover for this BC
5+
log_destination_arn = "arn:aws:logs:${var.region}:${var.observability_account_id}:destination:nhs-main-obs-firehose-logs"
66
}

infrastructure/terraform/components/app/variables.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,3 @@ variable "external_email_domain" {
218218
default = null
219219
description = "Externally managed domain used to create an SES identity for sending emails from. Validation DNS records will need to be manually configured in the DNS provider."
220220
}
221-
222-
variable "override_log_destination_arn" {
223-
type = string
224-
description = "Override the log destination ARN for this component."
225-
default = ""
226-
}
227-

0 commit comments

Comments
 (0)