We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08ae38 commit cc247f0Copy full SHA for cc247f0
variables.tf
@@ -79,13 +79,13 @@ variable "sql_endpoint" {
79
variable "sp_client_id_secret_name" {
80
type = string
81
description = "The name of Azure Key Vault secret that contains ClientID of Service Principal to access in Azure Key Vault"
82
- default = ""
+ default = ""
83
}
84
85
variable "sp_key_secret_name" {
86
87
description = "The name of Azure Key Vault secret that contains client secret of Service Principal to access in Azure Key Vault"
88
89
90
91
# Secret Scope variables
0 commit comments