Use correct ip for freshrss DNS
This commit is contained in:
parent
e4da973d13
commit
7b7b6b3606
@ -96,6 +96,6 @@ resource "digitalocean_record" "freshrss" {
|
||||
domain = digitalocean_domain.jeremydormitzer_com.name
|
||||
type = "A"
|
||||
name = "rss"
|
||||
value = data.terraform_remote_state.freshrss.outputs.ip_address
|
||||
value = data.terraform_remote_state.nginx.outputs.nginx_ip_address
|
||||
ttl = 3600
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user