mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Rename more bitwarden things
Serving on both domains currently, i'll migrate clients and fix that
This commit is contained in:
parent
71a30c8815
commit
48e07d2a7e
3 changed files with 16 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue