mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
tidy
This commit is contained in:
parent
404bd510bb
commit
bb693fbaa2
@ -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]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user