This commit is contained in:
miampf 2024-05-17 10:44:00 +02:00
parent 404bd510bb
commit bb693fbaa2
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -11,7 +11,7 @@ output "ssh_private_key" {
}
output "rg_name" {
value = "e2e-mini-${random_string.suffix.result}"
sensitive = false
value = "e2e-mini-${random_string.suffix.result}"
sensitive = false
depends_on = [random_string.suffix]
}