We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079f82b commit 3b5aa1aCopy full SHA for 3b5aa1a
1 file changed
quickstart/101-managed-instance/variables.tf
@@ -34,7 +34,7 @@ variable "administrator_login_password" {
34
type = string
35
description = "Enter administrator password for the database"
36
default = "IamAVeryStrongP@ssw0rd123"
37
- sensitive = true
+ sensitive = true
38
}
39
40
variable "database_name" {
0 commit comments