This commit is contained in:
18
variables.tf
18
variables.tf
@@ -167,3 +167,21 @@ variable "okta_matthieu_user_login" {
|
|||||||
description = "User login for matthieu, in an email format"
|
description = "User login for matthieu, in an email format"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#======================================================
|
||||||
|
# AZURE INFRASTRUCTURE
|
||||||
|
#======================================================
|
||||||
|
variable "azure_engineering_group_id" {
|
||||||
|
description = "Object ID of Azure_Engineering group from Azure AD"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "azure_sales_group_id" {
|
||||||
|
description = "Object ID of Azure_Sales group from Azure AD"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "azure_subnet_cidr" {
|
||||||
|
description = "Azure address prefix, subnet for VM in Azure"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user