diff --git a/terraform/output.tf b/terraform/output.tf
index a31ec880145ec93f5414a3767d776451acbd63f5..f589d5115b52ec2474b310c05f3e5174999b8b2c 100644
--- a/terraform/output.tf
+++ b/terraform/output.tf
@@ -9,5 +9,5 @@ output "public_ip_address" {
 
 output "USER_PASSWORD" {
   value = var.USER_PASSWORD
-  sensitive = false
+  sensitive = true
 }
\ No newline at end of file