jdormit-infra/mgmt/do-ssh-keys/terraform/outputs.tf
jdormit 23bf44120b Update DigitalOcean SSH keys & configure Gitea server
Consolidated SSH keys definitions by removing redundant entries and moving a key to a more appropriate resource. Updated SSH service configuration for improved security and management. Applied changes to Packer build, including updating the OS version to Ubuntu 24-04 and configuring SSH and necessary dependencies. Adjusted certbot-renew service and related Packer scripts.
2024-08-17 13:50:23 -04:00

8 lines
179 B
HCL

output "jdormit_laptop_ssh_key_id" {
value = digitalocean_ssh_key.jdormit_laptop.id
}
output "jdormit_macbook_ssh_key_id" {
value = digitalocean_ssh_key.jdormit_macbook.id
}