mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-30 03:31:35 -04:00
cli: set placeholder uid for QEMU / MiniConstellation (#1069)
This commit is contained in:
parent
fc8a43f4f1
commit
2d326ea3f0
4 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue