Skip to content

Commit ae55097

Browse files
committed
Admin password should be a sensitive variable:
1 parent 636acae commit ae55097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ variable "admin_password" {
9090
description = "The password of the admin user (if empty, it will be generated automatically)"
9191
type = string
9292
default = ""
93+
sensitive = true
9394
}
9495

9596
variable "healthcheck_path" {

0 commit comments

Comments
 (0)