From a82a47bdf496eafa3fbd02de68185f2734117387 Mon Sep 17 00:00:00 2001 From: Nathan RODET <["nrodet@grandlyon.com"]> Date: Tue, 10 Oct 2023 09:06:30 +0000 Subject: [PATCH] Update file output.tf --- terraform/output.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/output.tf b/terraform/output.tf index 8779f0e..1e261d7 100644 --- a/terraform/output.tf +++ b/terraform/output.tf @@ -5,4 +5,9 @@ output "public_ip_address" { value = scaleway_instance_ip.public_ip[*].address sensitive = true +} + +output "letsencrypt_mail" { + value = values(scaleway_instance_server.user_data)[*].atrium_letsencrypt_email + sensitive = false } \ No newline at end of file -- GitLab