mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #1028 from Hestia-Homes/feature/pashub-to-ara
Pashub to Ara: Include sharepoint tenant ID in environment
This commit is contained in:
commit
8e1f8e0cfc
2 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ module "lambda" {
|
|||
|
||||
SHAREPOINT_CLIENT_ID = var.sharepoint_client_id
|
||||
SHAREPOINT_CLIENT_SECRET = var.sharepoint_client_secret
|
||||
SHAREPOINT_TENANT_ID = var.sharepoint_tenant_id
|
||||
DOMNA_SHAREPOINT_ID = var.domna_sharepoint_id
|
||||
OSMOSIS_ACD_SHAREPOINT_ID = var.osmosis_acd_sharepoint_id
|
||||
PRIVATE_PAY_SHAREPOINT_ID = var.private_pay_sharepoint_id
|
||||
|
|
|
|||
|
|
@ -67,6 +67,11 @@ variable "sharepoint_client_secret" {
|
|||
sensitive = true
|
||||
}
|
||||
|
||||
variable "sharepoint_tenant_id" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "domna_sharepoint_id" {
|
||||
type = string
|
||||
sensitive = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue