mirror of
https://github.com/kasmtech/terraform.git
synced 2026-01-23 02:24:11 +00:00
Added SSH key generation feature to AWS and OCI
This commit is contained in:
parent
19816784af
commit
25f0dd183b
32 changed files with 277 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue