infra/infra/static-vultr/output.tf
shockrah 90c61d7c00
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 18s
Fixing the heredoc issues and removing the old immich server
2024-12-15 22:24:35 -08:00

17 lines
260 B
HCL

output host_ssh_key {
sensitive = true
value = tls_private_key.host.private_key_pem
}
output vultr_secret {
sensitive = true
value = aws_iam_access_key.vultr.secret
}
output vultr_key_id {
sensitive = true
value = aws_iam_access_key.vultr.id
}