Skip to content

Commit

Permalink
Added missing default for tls_certificate_path
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ribchev committed Oct 16, 2024
1 parent 6d57577 commit 74bf181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ variable "gateway_probe_threshold" {
variable "tls_certificate_path" {
description = "Path to a TLS certificate that will be imported in Azure Key Vault and used in the Application Gateway TLS listener for GraphDB. Either tls_certificate_path or tls_certificate_id must be provided."
type = string
default = null
}

variable "tls_certificate_password" {
Expand Down

0 comments on commit 74bf181

Please sign in to comment.