Provision a new caseyon Linode

This commit is contained in:
Jake Howard
2022-01-21 21:52:21 +00:00
parent 188b7c9dd6
commit af396a21cb
7 changed files with 91 additions and 22 deletions

View File

@ -1,7 +1,7 @@
resource "cloudflare_record" "sys_domain_casey" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "casey.sys"
value = vultr_instance.casey.main_ip
value = linode_instance.casey.ip_address
type = "A"
ttl = 1
}