Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 09ec4b2

Browse files
committed
Amend function app name (fixup)
1 parent b88e758 commit 09ec4b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infrastructure/tf-core/environments/development.tfvars

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ function_app = {
147147
storage_uses_managed_identity = null
148148
worker_32bit = false
149149

150-
name_suffix = "communication-management"
151-
function_endpoint_name = "CommunicationManagement"
152150
app_service_plan_key = "Default"
153151
key_vault_url = "KEY_VAULT_URL"
154152
app_urls = []

infrastructure/tf-core/function_app.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ module "functionapp" {
5858

5959

6060
locals {
61-
name_suffix = "communication_management"
61+
name_suffix = "notify"
62+
function_endpoint_name = "Notify"
63+
6264
primary_region = [for k, v in var.regions : k if v.is_primary_region][0]
6365
app_settings = merge(
6466
var.function_app.env_vars_static,

0 commit comments

Comments
 (0)