Added SSH key generation feature to AWS and OCI

This commit is contained in:
Will Smith 2024-04-25 21:01:21 +00:00
parent 19816784af
commit 25f0dd183b
No known key found for this signature in database
GPG key ID: A4162186EBD5C0FF
32 changed files with 277 additions and 17 deletions

View file

@ -16,7 +16,7 @@ resource "digitalocean_record" "static" {
resource "digitalocean_certificate" "cert" {
name = "${var.project_name}-cert"
type = "lets_encrypt"
domains = [digitalocean_domain.default.id]
domains = [digitalocean_domain.default.name]
lifecycle {
create_before_destroy = true