mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
added output rg_name
This commit is contained in:
parent
a2c5e10179
commit
532b85a484
@ -9,3 +9,9 @@ output "ssh_private_key" {
|
||||
sensitive = true
|
||||
depends_on = [tls_private_key.ssh_key]
|
||||
}
|
||||
|
||||
output "rg_name" {
|
||||
value = "e2e-mini-${random_string.suffix.result}"
|
||||
sensitive = false
|
||||
depends_on = [random_string.suffix]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user