Rename more bitwarden things

Serving on both domains currently, i'll migrate clients and fix that
This commit is contained in:
Jake Howard 2021-05-18 22:18:05 +01:00
parent 71a30c8815
commit 48e07d2a7e
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
3 changed files with 16 additions and 8 deletions

View file

@ -147,3 +147,11 @@ resource "cloudflare_record" "jakehowardtech_bw" {
type = "A"
ttl = 1
}
resource "cloudflare_record" "jakehowardtech_vaultwarden" {
zone_id = cloudflare_zone.jakehowardtech.id
name = "vaultwarden"
value = vultr_instance.casey.main_ip
type = "A"
ttl = 1
}