Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Hmis logic app vars (#643)
Browse files Browse the repository at this point in the history
* using pipeline vars

* added connectors

* added table resources

Co-authored-by: Milan Jotic <[email protected]>
  • Loading branch information
mjotichmcts and mjotic authored Nov 3, 2022
1 parent 094b545 commit 420b8d5
Show file tree
Hide file tree
Showing 11 changed files with 529 additions and 20 deletions.
509 changes: 509 additions & 0 deletions infrastructure/logic-app/rota/hmi-la-rota-file-pub.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions infrastructure/logic-app/rota/parameters-filepub-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
}
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/logic-app/rota/parameters-filepub-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
}
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-prod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-prod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/logic-app/rota/parameters-filepub-sbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
}
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/logic-app/rota/parameters-filepub-stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
}
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/logic-app/rota/parameters-filepub-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
}
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"value": "hmidtudev"
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"value": "hmidtuprod"
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-prod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-prod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"value": "hmidtusbox"
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"value": "hmidtustg"
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"value": "hmidtutest"
},
"appId":{
"value": "#{keyVaultUserId}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-id}#"
},
"appSecret":{
"value": "#{keyVaultUserSecret}#"
"value": "#{tf_secret_hmi-dtu-client-nonprod-pwd}#"
},
"tenantId":{
"value": "#{azureTenant}#"
Expand Down

0 comments on commit 420b8d5

Please sign in to comment.