This commit is contained in:
24
variables.tf
24
variables.tf
@@ -171,20 +171,20 @@ variable "okta_matthieu_user_login" {
|
|||||||
#======================================================
|
#======================================================
|
||||||
# AZURE INFRASTRUCTURE
|
# AZURE INFRASTRUCTURE
|
||||||
#======================================================
|
#======================================================
|
||||||
variable "azure_engineering_group_id" {
|
#variable "azure_engineering_group_id" {
|
||||||
description = "Object ID of Azure_Engineering group from Azure AD"
|
# description = "Object ID of Azure_Engineering group from Azure AD"
|
||||||
type = string
|
# type = string
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "azure_sales_group_id" {
|
#variable "azure_sales_group_id" {
|
||||||
description = "Object ID of Azure_Sales group from Azure AD"
|
# description = "Object ID of Azure_Sales group from Azure AD"
|
||||||
type = string
|
# type = string
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "azure_subnet_cidr" {
|
#variable "azure_subnet_cidr" {
|
||||||
description = "Azure address prefix, subnet for VM in Azure"
|
# description = "Azure address prefix, subnet for VM in Azure"
|
||||||
type = string
|
# type = string
|
||||||
}
|
#}
|
||||||
|
|
||||||
#======================================================
|
#======================================================
|
||||||
# DEVICE POSTURE CHECKS
|
# DEVICE POSTURE CHECKS
|
||||||
|
|||||||
Reference in New Issue
Block a user