Skip to content

Commit

Permalink
Update Description for tls_certificate_path - variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianiliev1 authored Oct 11, 2024
1 parent 68d13e8 commit 2573c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ variable "gateway_probe_threshold" {

# TLS
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_password must be provided."
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
}

Expand Down

0 comments on commit 2573c5e

Please sign in to comment.