Skip to content

Commit f68abf5

Browse files
Merge branch 'main' into CCM-10927_test
2 parents 045f4d5 + eedf32c commit f68abf5

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-${var.environment}-obs-firehose-logs"
11+
destination_arn = "arn:aws:logs:${var.region}:${var.shared_infra_account_id}:destination:nhs-main-obs-firehose-logs"
1212
}

0 commit comments

Comments
 (0)