mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
9 lines
165 B
HCL
9 lines
165 B
HCL
output "ip" {
|
|
value = google_compute_address.loadbalancer_ip.address
|
|
}
|
|
|
|
output "initSecret" {
|
|
value = random_password.initSecret.result
|
|
sensitive = true
|
|
}
|