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 d4f38d4 commit 9934e49Copy full SHA for 9934e49
containers/vpc-metabase/variables.tf
@@ -4,8 +4,9 @@ variable "db_admin_username" {
4
}
5
6
variable "db_admin_password" {
7
- type = string
8
- sensitive = true
+ type = string
+ sensitive = true
9
+ description = "The password for the database administrator. This value is sensitive and should be kept secure."
10
11
12
variable "db_username" {
0 commit comments