We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sensitive
1 parent d4f1f5c commit 345be29Copy full SHA for 345be29
examples/collector/variables.tf
@@ -11,15 +11,13 @@ EOF
11
variable "db_password" {
12
description = "Database password for collector monitoring"
13
type = string
14
- sensitive = true
15
# Default for e2e testing — the database host is not real, so the password is not used.
16
default = "e2e_test_password"
17
}
18
19
variable "proxy_password" {
20
description = "Password for HTTP Basic Auth on proxy collector"
21
22
23
# Default for e2e testing — the proxy collector is destroyed after each run.
24
default = "e2e_test_proxy_password"
25
0 commit comments