Deploy web-rng

https://github.com/RealOrangeOne/web-rng
This commit is contained in:
Jake Howard
2020-05-17 18:04:44 +01:00
parent 323a3db478
commit 9850f73a17
4 changed files with 51 additions and 0 deletions

View File

@ -148,3 +148,11 @@ resource "cloudflare_record" "theorangeonenet_upload" {
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_rng" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "rng"
value = vultr_server.casey.main_ip
type = "A"
ttl = 1
}