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