initial commit
This commit is contained in:
28
cloudflare/lullylit_fr.tf
Normal file
28
cloudflare/lullylit_fr.tf
Normal file
@@ -0,0 +1,28 @@
|
||||
resource "cloudflare_zone" "zone_lullylit_fr" {
|
||||
name = "lullylit.fr"
|
||||
type = "full"
|
||||
account = {
|
||||
id = cloudflare_account.account_raspbeguy.id
|
||||
}
|
||||
}
|
||||
|
||||
resource "cloudflare_dns_record" "terraform_managed_resource_9aa3eacf93816a0fc2fe961a7e5c20cd" {
|
||||
content = "home.gugod.fr"
|
||||
name = "content.lullylit.fr"
|
||||
proxied = false
|
||||
ttl = 1
|
||||
type = "CNAME"
|
||||
zone_id = cloudflare_zone.zone_lullylit_fr.id
|
||||
settings = {}
|
||||
}
|
||||
|
||||
resource "cloudflare_dns_record" "terraform_managed_resource_42a6fc51568604b969a04365d4dda39a" {
|
||||
content = "home.gugod.fr"
|
||||
name = "lullylit.fr"
|
||||
proxied = true
|
||||
ttl = 1
|
||||
type = "CNAME"
|
||||
zone_id = cloudflare_zone.zone_lullylit_fr.id
|
||||
settings = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user