File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,22 @@ module "apim_external_api_ms_v2" {
365365 EXTERNAL-OAUTH2-ISSUER = data.azurerm_key_vault_secret.external- oauth2- issuer.value
366366 })
367367 },
368+ {
369+ operation_id = " getDelegateInstitutionsUsingGET"
370+ xml_content = templatefile (" ./api/base_ms_url_external_product_policy.xml.tpl" , {
371+ MS_BACKEND_URL = " https://selc-${ var . env_short } -ms-core-ca.${ var . ca_suffix_dns_private_name } /"
372+ TENANT_ID = data.azurerm_client_config.current.tenant_id
373+ EXTERNAL-OAUTH2-ISSUER = data.azurerm_key_vault_secret.external- oauth2- issuer.value
374+ })
375+ },
376+ {
377+ operation_id = " getDelegatorInstitutionsUsingGET"
378+ xml_content = templatefile (" ./api/base_ms_url_external_product_policy.xml.tpl" , {
379+ MS_BACKEND_URL = " https://selc-${ var . env_short } -ms-core-ca.${ var . ca_suffix_dns_private_name } /"
380+ TENANT_ID = data.azurerm_client_config.current.tenant_id
381+ EXTERNAL-OAUTH2-ISSUER = data.azurerm_key_vault_secret.external- oauth2- issuer.value
382+ })
383+ },
368384 {
369385 operation_id = " getOnboardingsInstitutionUsingGET"
370386 xml_content = templatefile (" ./api/base_ms_url_external_product_policy.xml.tpl" , {
You can’t perform that action at this time.
0 commit comments