Skip to content

Commit 78628d1

Browse files
stevebuxnhsd-david-wass
authored andcommitted
Further terraform name fixes
1 parent 2727f62 commit 78628d1

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
@@ -105,7 +105,7 @@ data "aws_iam_policy_document" "amendment_event_transformer" {
105105
]
106106

107107
resources = [
108-
module.eventsub.eventsub_topic.arn
108+
module.eventsub.sns_topic.arn
109109
]
110110
}
111111
}

0 commit comments

Comments
 (0)