Skip to content

Commit 493d10a

Browse files
fix: Fixed incorrect env var app url endpoint
1 parent 2295993 commit 493d10a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

infrastructure/tf-core/environments/development.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ function_apps = {
389389
{
390390
env_var_name = "SendServiceNowMessageURL"
391391
function_app_key = "ServiceNowMessageHandler"
392-
endpoint_name = "SendServiceNowMessage"
392+
endpoint_name = "servicenow/send"
393393
},
394394
{
395395
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/integration.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ function_apps = {
389389
{
390390
env_var_name = "SendServiceNowMessageURL"
391391
function_app_key = "ServiceNowMessageHandler"
392-
endpoint_name = "SendServiceNowMessage"
392+
endpoint_name = "servicenow/send"
393393
},
394394
{
395395
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/nft.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ function_apps = {
388388
{
389389
env_var_name = "SendServiceNowMessageURL"
390390
function_app_key = "ServiceNowMessageHandler"
391-
endpoint_name = "SendServiceNowMessage"
391+
endpoint_name = "servicenow/send"
392392
},
393393
{
394394
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/preprod.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ function_apps = {
413413
{
414414
env_var_name = "SendServiceNowMessageURL"
415415
function_app_key = "ServiceNowMessageHandler"
416-
endpoint_name = "SendServiceNowMessage"
416+
endpoint_name = "servicenow/send"
417417
},
418418
{
419419
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/production.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ function_apps = {
380380
{
381381
env_var_name = "SendServiceNowMessageURL"
382382
function_app_key = "ServiceNowMessageHandler"
383-
endpoint_name = "SendServiceNowMessage"
383+
endpoint_name = "servicenow/send"
384384
},
385385
{
386386
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/sandbox.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ function_apps = {
403403
{
404404
env_var_name = "SendServiceNowMessageURL"
405405
function_app_key = "ServiceNowMessageHandler"
406-
endpoint_name = "SendServiceNowMessage"
406+
endpoint_name = "servicenow/send"
407407
},
408408
{
409409
env_var_name = "ParticipantManagementURL"

0 commit comments

Comments
 (0)