openstack-infrastructure-te.../modules/ssh-key-ref/ssh-key-ref-outputs.tf

11 lines
151 B
HCL

output "ssh_key_file" {
value = "~/.ssh/id_ed25519"
sensitive = true
}
output "ssh_key_name" {
value = "adellam"
sensitive = false
}