Skip to content

Commit 0516e2d

Browse files
committed
Forgot to add default to main template yaml
1 parent 801e127 commit 0516e2d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/scripts/release_code.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ sam deploy \
6969
EnabledSiteODSCodesValue="${ENABLED_SITE_ODS_CODES:-' '}" \
7070
EnablePostDatedNotifications="$ENABLE_POST_DATED_NOTIFICATIONS" \
7171
EnabledSystemsValue="${ENABLED_SYSTEMS:-' '}" \
72+
EnabledSupplierProductIDsValue="${ENABLED_SUPPLIER_PRODUCT_IDS:-' '}" \
7273
BlockedSiteODSCodesValue="${BLOCKED_SITE_ODS_CODES:-' '}" \
7374
NotifyRoutingPlanIDValue="$NOTIFY_ROUTING_PLAN_ID" \
7475
NotifyAPIBaseURLValue="$NOTIFY_API_BASE_URL" \

SAMtemplates/main_template.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ Parameters:
129129
Type: String
130130
Default: " "
131131

132+
EnabledSupplierProductIDsValue:
133+
Type: String
134+
Default: " "
135+
132136
BlockedSiteODSCodesValue:
133137
Type: String
134138
Default: " "
@@ -188,6 +192,7 @@ Resources:
188192
EnableNotificationsExternalValue: !Ref EnableNotificationsExternal
189193
EnabledSiteODSCodesValue: !Ref EnabledSiteODSCodesValue
190194
EnabledSystemsValue: !Ref EnabledSystemsValue
195+
EnabledSupplierProductIDsValue: !Ref EnabledSupplierProductIDsValue
191196
BlockedSiteODSCodesValue: !Ref BlockedSiteODSCodesValue
192197
NotifyRoutingPlanIDValue: !Ref NotifyRoutingPlanIDValue
193198
NotifyAPIBaseURLValue: !Ref NotifyAPIBaseURLValue

0 commit comments

Comments
 (0)