File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments