Skip to content

Commit f965a36

Browse files
committed
Further terraform name fixes
1 parent dca2252 commit f965a36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/components/api/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ locals {
2727
SUPPLIER_ID_HEADER = "nhsd-supplier-id",
2828
APIM_CORRELATION_HEADER = "nhsd-correlation-id",
2929
DOWNLOAD_URL_TTL_SECONDS = 60
30-
SNS_TOPIC_ARN = "${module.eventsub.eventsub_topic.arn}",
30+
SNS_TOPIC_ARN = "${module.eventsub.sns_topic.arn}",
3131
EVENT_SOURCE = "/data-plane/supplier-api/${var.group}/${var.environment}/letters"
3232
}
3333

infrastructure/terraform/components/api/module_lambda_amendment_event_transformer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ data "aws_iam_policy_document" "amendment_event_transformer" {
9191
]
9292

9393
resources = [
94-
module.eventsub.eventsub_topic.arn
94+
module.eventsub.sns_topic.arn
9595
]
9696
}
9797
}

0 commit comments

Comments
 (0)