fix zone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-05-23 14:36:18 +02:00
parent 3646d1829a
commit 1a585551ff
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ resource "cloudflare_record" "onieltormakristofeu" {
proxied = false proxied = false
} }
resource "cloudflare_record" "webgatewaytormakristofeu" { resource "cloudflare_record" "webgatewaytormakristofeu" {
domain = cloudflare_zone.tormakristofeu.zone zone_id = = cloudflare_zone.tormakristofeu.id
name = "webgateway" name = "webgateway"
value = "152.66.211.211" value = "152.66.211.211"
type = "A" type = "A"