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.
2 parents 045f4d5 + eedf32c commit f68abf5Copy full SHA for f68abf5
infrastructure/terraform/components/api/locals.tf
@@ -8,5 +8,5 @@ locals {
8
HELLO_WORLD_LAMBDA_ARN = module.hello_world.function_arn
9
})
10
11
- destination_arn = "arn:aws:logs:${var.region}:${var.shared_infra_account_id}:destination:nhs-${var.environment}-obs-firehose-logs"
+ destination_arn = "arn:aws:logs:${var.region}:${var.shared_infra_account_id}:destination:nhs-main-obs-firehose-logs"
12
}
0 commit comments