From a9d2f395313a93ef9c9e09a6b2db10ecce90844a Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Wed, 21 Dec 2022 14:27:24 +0100 Subject: [PATCH] Changes to cloud-init config --- terraform/output.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/output.tf b/terraform/output.tf index a31ec88..f589d51 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 -- GitLab