Skip to content

Commit

Permalink
fix: variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIronRock95 committed Jul 11, 2023
1 parent 65784c3 commit 19c06f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,15 @@ variable "tenant_id" {
description = "The tenant ID for Azure AD authentication."
default = null
}

variable "client_root_certificate_name" {
type = string
description = "The name of the client root certificate."
default = null
}

variable "public_cert_data" {
type = string
description = "The public certificate data."
default = null
}

0 comments on commit 19c06f8

Please sign in to comment.