Remove stray extra domain
This commit is contained in:
parent
b6696e87f2
commit
6f18178233
1 changed files with 0 additions and 8 deletions
|
@ -10,14 +10,6 @@ resource "cloudflare_record" "theorangeonenet_git" {
|
|||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "theorangeonenet_gitea" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "gitea"
|
||||
value = vultr_instance.casey.main_ip
|
||||
type = "A"
|
||||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "theorangeonenet_whoami" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "whoami"
|
||||
|
|
Loading…
Reference in a new issue