From cbd91c03a28a0b249857a3d64eef63457d92b56c Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 15 Nov 2025 20:17:18 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/variables.tf b/variables.tf index f919804..b4cc57c 100644 --- a/variables.tf +++ b/variables.tf @@ -167,3 +167,21 @@ variable "okta_matthieu_user_login" { description = "User login for matthieu, in an email format" 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 +} \ No newline at end of file