Skip to content

Commit 9934e49

Browse files
cyclimseCopilot
andauthored
Update containers/vpc-metabase/variables.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d4f38d4 commit 9934e49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

containers/vpc-metabase/variables.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ variable "db_admin_username" {
44
}
55

66
variable "db_admin_password" {
7-
type = string
8-
sensitive = true
7+
type = string
8+
sensitive = true
9+
description = "The password for the database administrator. This value is sensitive and should be kept secure."
910
}
1011

1112
variable "db_username" {

0 commit comments

Comments
 (0)