Fix formatting

This commit is contained in:
Jake Howard 2020-08-27 17:36:59 +01:00
parent 8add979d82
commit ccebeb8f78
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -29,7 +29,7 @@ resource "cloudflare_record" "orngone_img" {
resource "cloudflare_record" "orngone_dl" {
zone_id = cloudflare_zone.orngone.id
name = "dl"
value = var.walker_ip
value = var.walker_ip
type = "A"
ttl = 1
}