update
This commit is contained in:
parent
e1eb7a1739
commit
925d37f3b8
2 changed files with 9 additions and 1 deletions
|
|
@ -603,6 +603,14 @@ resource "cloudflare_record" "w5isp_a_dokku" {
|
|||
proxied = false
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_a_feedback" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "A"
|
||||
name = "feedback"
|
||||
content = "204.110.191.8"
|
||||
proxied = false
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_a_vm1" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "A"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue