Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-11-15 20:37:03 +01:00
parent b19a9f57ef
commit 368806a3c8

View File

@@ -171,20 +171,20 @@ variable "okta_matthieu_user_login" {
#======================================================
# AZURE INFRASTRUCTURE
#======================================================
variable "azure_engineering_group_id" {
description = "Object ID of Azure_Engineering group from Azure AD"
type = string
}
#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_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
}
#variable "azure_subnet_cidr" {
# description = "Azure address prefix, subnet for VM in Azure"
# type = string
#}
#======================================================
# DEVICE POSTURE CHECKS