Skip to content

Commit cc247f0

Browse files
Leonid_Frolov1Leonid_Frolov1
authored andcommitted
fix: fmt
1 parent d08ae38 commit cc247f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ variable "sql_endpoint" {
7979
variable "sp_client_id_secret_name" {
8080
type = string
8181
description = "The name of Azure Key Vault secret that contains ClientID of Service Principal to access in Azure Key Vault"
82-
default = ""
82+
default = ""
8383
}
8484

8585
variable "sp_key_secret_name" {
8686
type = string
8787
description = "The name of Azure Key Vault secret that contains client secret of Service Principal to access in Azure Key Vault"
88-
default = ""
88+
default = ""
8989
}
9090

9191
# Secret Scope variables

0 commit comments

Comments
 (0)