From 809c15122a2a8e8f72e77b303aef7bdbb27f2d48 Mon Sep 17 00:00:00 2001 From: Dan Lysiak <50049163+danlysiak@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:25:34 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/variables.tf b/variables.tf index 2834ad0..2112e5a 100644 --- a/variables.tf +++ b/variables.tf @@ -14,3 +14,7 @@ variable "common_tags" { type = map(string) } +variable "jenkins_AAD_objectId" { + description = "(Required) The Azure AD object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies." +} +