File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
infrastructure/terraform/components/sandbox Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,6 @@ module "backend_api" {
2323
2424 kms_key_arn = data. aws_kms_key . sandbox . arn
2525 dynamodb_kms_key_arn = data. aws_kms_key . sandbox . arn
26+ cloudwatch_log_destination_arn = " arn:aws:logs:${ var . region } :${ var . observability_account_id } :destination:nhs-notify-main-acct-firehose-logs"
27+ log_subscription_role_arn = local. acct . log_subscription_role_arn
2628}
Original file line number Diff line number Diff line change @@ -87,3 +87,8 @@ variable "letter_suppliers" {
8787 description = " Letter suppliers enabled in the environment"
8888}
8989
90+ variable "observability_account_id" {
91+ type = string
92+ description = " The Observability Account ID that needs access"
93+ }
94+
You can’t perform that action at this time.
0 commit comments