add condition for broadcast server
This commit is contained in:
parent
622ddc656f
commit
02c3562030
1 changed files with 1 additions and 1 deletions
2
dns.tf
2
dns.tf
|
|
@ -26,5 +26,5 @@ resource "digitalocean_record" "icecast" {
|
||||||
type = "A"
|
type = "A"
|
||||||
name = "icecast"
|
name = "icecast"
|
||||||
ttl = 30
|
ttl = 30
|
||||||
value = "${aws_instance.broadcast.public_ip}"
|
value = "${aws_instance.broadcast[0].public_ip}"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue