jdormit
23bf44120b
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.
8 lines
179 B
HCL
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
|
|
}
|