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

Changes to cloud-init config

parent a9d2f395
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 #49047 passed
......@@ -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
......@@ -32,7 +32,7 @@ variable "SCW_SSH_PRIVATE_KEY" {
variable "USER_PASSWORD" {
type = string
sensitive = true
sensitive = false
description = "User password for accessing services"
}
......
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