Skip to content

Commit 345be29

Browse files
committed
drop sensitive from variables.tf for 0.13 compatibility (?)
1 parent d4f1f5c commit 345be29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/collector/variables.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ EOF
1111
variable "db_password" {
1212
description = "Database password for collector monitoring"
1313
type = string
14-
sensitive = true
1514
# Default for e2e testing — the database host is not real, so the password is not used.
1615
default = "e2e_test_password"
1716
}
1817

1918
variable "proxy_password" {
2019
description = "Password for HTTP Basic Auth on proxy collector"
2120
type = string
22-
sensitive = true
2321
# Default for e2e testing — the proxy collector is destroyed after each run.
2422
default = "e2e_test_proxy_password"
2523
}

0 commit comments

Comments
 (0)