Skip to content

Commit f23f036

Browse files
committed
CCM-11007: Fixing log destination for Splunk forwarding
1 parent 7863cf9 commit f23f036

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ locals {
88
HELLO_WORLD_LAMBDA_ARN = module.hello_world.function_arn
99
})
1010

11-
destination_arn = "arn:aws:logs:${var.region}:${var.shared_infra_account_id}:destination:nhs-main-obs-firehose-logs"
11+
destination_arn = "arn:aws:logs:${var.region}:${var.shared_infra_account_id}:destination:nhs-${var.parent_acct_environment}-obs-firehose-logs"
1212
}

0 commit comments

Comments
 (0)