From a15b32778a66ffef53d0f2e98d86f23aee378530 Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Wed, 21 Dec 2022 14:28:01 +0100 Subject: [PATCH] Changes to cloud-init config --- terraform/output.tf | 2 +- terraform/variables-gitlab.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/output.tf b/terraform/output.tf index f589d51..a31ec88 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 = true + sensitive = false } \ No newline at end of file diff --git a/terraform/variables-gitlab.tf b/terraform/variables-gitlab.tf index 5ef03b6..f9c58d8 100644 --- a/terraform/variables-gitlab.tf +++ b/terraform/variables-gitlab.tf @@ -32,7 +32,7 @@ variable "SCW_SSH_PRIVATE_KEY" { variable "USER_PASSWORD" { type = string - sensitive = true + sensitive = false description = "User password for accessing services" } -- GitLab