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

Commit 6273d97

Browse files
initial function app config
1 parent ee012de commit 6273d97

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

infrastructure/tf-core/environments/development.tfvars

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,27 @@ function_apps = {
165165

166166
function_app_config = {
167167

168-
169-
168+
ServiceLayer = {
169+
name_suffix = "service-layer-api"
170+
function_endpoint_name = "ServiceLayer"
171+
app_service_plan_key = "Default"
172+
db_connection_string = "DatabaseConnectionString"
173+
env_vars = {
174+
static = {
175+
MeshSharedKey = "TestKey"
176+
NbssMailboxId = "X26ABC1"
177+
}
178+
from_key_vault = {
179+
# env_var_name = "key_vault_secret_name"
180+
# FLAGSMITH_SERVER_SIDE_ENVIRONMENT_KEY = "flagsmith-server-side-environment-key"
181+
# MeshPassword = "MeshPassword"
182+
}
183+
local_urls = {
184+
# %s becomes the environment and region prefix (e.g. dev-uks)
185+
# MeshApiBaseUrl = "https://%s-messageexchange.azurewebsites.net"
186+
}
187+
}
188+
}
170189
}
171190
}
172191

0 commit comments

Comments
 (0)