Deploy commento++

This commit is contained in:
Jake Howard
2022-06-05 15:44:49 +01:00
parent 14de6fee84
commit b62f8001bb
7 changed files with 111 additions and 0 deletions

View File

@ -212,3 +212,11 @@ resource "cloudflare_record" "theorangeonenet_google_site_verification" {
type = "TXT"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_commento" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "commento"
value = vultr_instance.walker.main_ip
type = "A"
ttl = 1
}