cli: set placeholder uid for QEMU / MiniConstellation (#1069)

This commit is contained in:
Malte Poll 2023-01-25 14:42:52 +01:00 committed by GitHub
parent fc8a43f4f1
commit 2d326ea3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,10 @@ output "ip" {
value = module.control_plane.instance_ips[0]
}
output "uid" {
value = "qemu" // placeholder
}
output "initSecret" {
value = random_password.initSecret.result
sensitive = true