aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-02 19:17:40 -0300
committerEuAndreh <eu@euandre.org>2020-08-02 19:17:40 -0300
commit45c07048fe4141974a090ead929ea0c41a1f84b5 (patch)
tree709adca8fc7c3b124f42d983bb3e2219cfc234db
parentprovision.env.yaml: Stop installing Python 2 (diff)
downloadserver-45c07048fe4141974a090ead929ea0c41a1f84b5.tar.gz
server-45c07048fe4141974a090ead929ea0c41a1f84b5.tar.xz
Remove all wallabag references left
-rw-r--r--secrets/secret-envrc.shbin2753 -> 2581 bytes
-rw-r--r--vps.tf12
2 files changed, 0 insertions, 12 deletions
diff --git a/secrets/secret-envrc.sh b/secrets/secret-envrc.sh
index 57e084c..21e8147 100644
--- a/secrets/secret-envrc.sh
+++ b/secrets/secret-envrc.sh
Binary files 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"