diff options
author | EuAndreh <eu@euandre.org> | 2020-08-02 19:17:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-02 19:17:40 -0300 |
commit | 45c07048fe4141974a090ead929ea0c41a1f84b5 (patch) | |
tree | 709adca8fc7c3b124f42d983bb3e2219cfc234db | |
parent | provision.env.yaml: Stop installing Python 2 (diff) | |
download | server-45c07048fe4141974a090ead929ea0c41a1f84b5.tar.gz server-45c07048fe4141974a090ead929ea0c41a1f84b5.tar.xz |
Remove all wallabag references left
-rw-r--r-- | secrets/secret-envrc.sh | bin | 2753 -> 2581 bytes | |||
-rw-r--r-- | vps.tf | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/secrets/secret-envrc.sh b/secrets/secret-envrc.sh Binary files differindex 57e084c..21e8147 100644 --- a/secrets/secret-envrc.sh +++ b/secrets/secret-envrc.sh @@ -10,11 +10,6 @@ variable "tld" { description = "Root Top-Level Domain. Subdomains will be derived from it." } -variable "wallabag_tld_prefix" { - type = string - description = "DNS prefix used for the Wallabag installation. Does not contain a dot at the end." -} - variable "nextcloud_tld_prefix" { type = string description = "DNS prefix used for the Nextcloud installation. Does not contain a dot at the end." @@ -111,13 +106,6 @@ resource "digitalocean_record" "at_sign" { value = digitalocean_floating_ip.vps_public_ip.ip_address } -resource "digitalocean_record" "wallabag" { - domain = digitalocean_domain.vps_tld.name - type = "CNAME" - name = var.wallabag_tld_prefix - value = "${digitalocean_domain.vps_tld.name}." -} - resource "digitalocean_record" "nextcloud" { domain = digitalocean_domain.vps_tld.name type = "CNAME" |