Skip to content
Snippets Groups Projects
Commit a82a47bd authored by Nathan RODET's avatar Nathan RODET
Browse files

Update file output.tf

parent 84ea6b4b
No related branches found
No related tags found
No related merge requests found
Pipeline #75877 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment