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 22729cc commit af8dc81Copy full SHA for af8dc81
released/inside-track-2024/variables.tf
@@ -72,7 +72,7 @@ variable "btp_username" {
72
type = string
73
description = "SAP BTP user name"
74
## set default value to "" when using environment values for user and password
75
-# default = ""
+ # default = ""
76
}
77
78
@@ -81,5 +81,5 @@ variable "btp_password" {
81
description = "Password for SAP BTP user"
82
sensitive = true
83
84
85
0 commit comments