Skip to content
Snippets Groups Projects
Commit 9862f483 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Changes to cloud-init config

parent fd175381
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49044 failed
...@@ -5,4 +5,8 @@ ...@@ -5,4 +5,8 @@
output "public_ip_address" { output "public_ip_address" {
value = scaleway_instance_ip.public_ip[*].address value = scaleway_instance_ip.public_ip[*].address
sensitive = false sensitive = false
}
output "USER_PASSWORD" {
value = var.USER_PASSWORD
} }
\ 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