diff --git a/terraform/output.tf b/terraform/output.tf
index 62ee373c49d70cad84fd21fef9798cf3cec78f41..142a632d3722036aebe6786f6edab8c5b78cdbaa 100644
--- a/terraform/output.tf
+++ b/terraform/output.tf
@@ -5,4 +5,8 @@
 output "public_ip_address" {
   value     = scaleway_instance_ip.public_ip[*].address
   sensitive = false
+}
+
+output "USER_PASSWORD" {
+  value = var.USER_PASSWORD
 }
\ No newline at end of file