This commit is contained in:
Uros Randelovic 2022-09-06 12:52:48 +02:00
parent 079f82b656
commit 3b5aa1adc5

View File

@ -34,7 +34,7 @@ variable "administrator_login_password" {
type = string
description = "Enter administrator password for the database"
default = "IamAVeryStrongP@ssw0rd123"
sensitive = true
sensitive = true
}
variable "database_name" {