Skip to content

Commit 802309b

Browse files
committed
chore: Add Terraform and Docker
1 parent 21bebf1 commit 802309b

7 files changed

Lines changed: 31 additions & 0 deletions

File tree

application/CohortManager/compose.cohort-distribution.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ services:
7676
- BsSelectGpPracticeUrl=http://reference-data-service:7988/api/BsSelectGpPractice
7777
- DtOsDatabaseConnectionString=Server=db,1433;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
7878
- LanguageCodeUrl=http://reference-data-service:7988/api/LanguageCode
79+
- CurrentPostingUrl=http://reference-data-service:7988/api/CurrentPosting
7980
- ExcludedSMULookupUrl=http://reference-data-service:7988/api/ExcludedSMU
8081
- AcceptableLatencyThresholdMs=500
8182

infrastructure/tf-core/environments/development.tfvars

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,11 @@ function_apps = {
670670
function_app_key = "ReferenceDataService"
671671
endpoint_name = "LanguageCode"
672672
},
673+
{
674+
env_var_name = "CurrentPostingUrl"
675+
function_app_key = "ReferenceDataService"
676+
endpoint_name = "CurrentPosting"
677+
},
673678
{
674679
env_var_name = "ExcludedSMULookupUrl"
675680
function_app_key = "ReferenceDataService"

infrastructure/tf-core/environments/integration.tfvars

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,11 @@ function_apps = {
671671
function_app_key = "ReferenceDataService"
672672
endpoint_name = "LanguageCode"
673673
},
674+
{
675+
env_var_name = "CurrentPostingUrl"
676+
function_app_key = "ReferenceDataService"
677+
endpoint_name = "CurrentPosting"
678+
},
674679
{
675680
env_var_name = "ExcludedSMULookupUrl"
676681
function_app_key = "ReferenceDataService"

infrastructure/tf-core/environments/nft.tfvars

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,11 @@ function_apps = {
670670
function_app_key = "ReferenceDataService"
671671
endpoint_name = "LanguageCode"
672672
},
673+
{
674+
env_var_name = "CurrentPostingUrl"
675+
function_app_key = "ReferenceDataService"
676+
endpoint_name = "CurrentPosting"
677+
},
673678
{
674679
env_var_name = "ExcludedSMULookupUrl"
675680
function_app_key = "ReferenceDataService"

infrastructure/tf-core/environments/preprod.tfvars

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,11 @@ function_apps = {
671671
function_app_key = "ReferenceDataService"
672672
endpoint_name = "LanguageCode"
673673
},
674+
{
675+
env_var_name = "CurrentPostingUrl"
676+
function_app_key = "ReferenceDataService"
677+
endpoint_name = "CurrentPosting"
678+
},
674679
{
675680
env_var_name = "ExcludedSMULookupUrl"
676681
function_app_key = "ReferenceDataService"

infrastructure/tf-core/environments/production.tfvars

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,11 @@ function_apps = {
671671
function_app_key = "ReferenceDataService"
672672
endpoint_name = "LanguageCode"
673673
},
674+
{
675+
env_var_name = "CurrentPostingUrl"
676+
function_app_key = "ReferenceDataService"
677+
endpoint_name = "CurrentPosting"
678+
},
674679
{
675680
env_var_name = "ExcludedSMULookupUrl"
676681
function_app_key = "ReferenceDataService"

infrastructure/tf-core/environments/sandbox.tfvars

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,11 @@ function_apps = {
723723
function_app_key = "ReferenceDataService"
724724
endpoint_name = "LanguageCode"
725725
},
726+
{
727+
env_var_name = "CurrentPostingUrl"
728+
function_app_key = "ReferenceDataService"
729+
endpoint_name = "CurrentPosting"
730+
},
726731
{
727732
env_var_name = "ExcludedSMULookupUrl"
728733
function_app_key = "ReferenceDataService"

0 commit comments

Comments
 (0)