Skip to content

Commit 179e24e

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

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
@@ -15,6 +15,7 @@ variable "db_username" {
1515
}
1616

1717
variable "db_password" {
18-
type = string
19-
sensitive = true
18+
type = string
19+
sensitive = true
20+
description = "The password for the Metabase database user."
2021
}

0 commit comments

Comments
 (0)