Skip to content

Commit af8dc81

Browse files
committed
chore: fixes
1 parent 22729cc commit af8dc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

released/inside-track-2024/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ variable "btp_username" {
7272
type = string
7373
description = "SAP BTP user name"
7474
## set default value to "" when using environment values for user and password
75-
# default = ""
75+
# default = ""
7676
}
7777

7878

@@ -81,5 +81,5 @@ variable "btp_password" {
8181
description = "Password for SAP BTP user"
8282
sensitive = true
8383
## set default value to "" when using environment values for user and password
84-
# default = ""
84+
# default = ""
8585
}

0 commit comments

Comments
 (0)