Provision a new casey
on Linode
This commit is contained in:
@ -5,7 +5,7 @@ resource "cloudflare_zone" "theorangeonenet" {
|
||||
resource "cloudflare_record" "theorangeonenet_git" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "git"
|
||||
value = vultr_instance.casey.main_ip
|
||||
value = linode_instance.casey.ip_address
|
||||
type = "A"
|
||||
ttl = 1
|
||||
}
|
||||
@ -13,7 +13,7 @@ resource "cloudflare_record" "theorangeonenet_git" {
|
||||
resource "cloudflare_record" "theorangeonenet_whoami" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "whoami"
|
||||
value = vultr_instance.casey.main_ip
|
||||
value = linode_instance.casey.ip_address
|
||||
type = "A"
|
||||
ttl = 1
|
||||
}
|
||||
@ -160,7 +160,7 @@ resource "cloudflare_record" "theorangeonenet_notes" {
|
||||
resource "cloudflare_record" "theorangeonenet_privatebin" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "bin"
|
||||
value = vultr_instance.casey.main_ip
|
||||
value = linode_instance.casey.ip_address
|
||||
type = "A"
|
||||
ttl = 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user