From 45c07048fe4141974a090ead929ea0c41a1f84b5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Aug 2020 19:17:40 -0300 Subject: Remove all wallabag references left --- secrets/secret-envrc.sh | Bin 2753 -> 2581 bytes vps.tf | 12 ------------ 2 files changed, 12 deletions(-) diff --git a/secrets/secret-envrc.sh b/secrets/secret-envrc.sh index 57e084c..21e8147 100644 Binary files a/secrets/secret-envrc.sh and b/secrets/secret-envrc.sh differ diff --git a/vps.tf b/vps.tf index 40c6b93..8579e76 100644 --- a/vps.tf +++ b/vps.tf @@ -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" -- cgit v1.2.3