mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[TERRAFORM] Terraform to TF subdirectory
This commit is contained in:
parent
b22b7d785d
commit
73470b1f68
20 changed files with 3 additions and 84 deletions
17
tf/yukari-cf.tf
Normal file
17
tf/yukari-cf.tf
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
resource "cloudflare_record" "terraform_managed_resource_4078b739fc60f37d90a25448e08b6616" {
|
||||
name = "yukari"
|
||||
proxied = false
|
||||
ttl = 3600
|
||||
type = "A"
|
||||
value = hcloud_server.yukari.ipv4_address
|
||||
zone_id = local.zone_ids.gensokyo
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "terraform_managed_resource_1206b053e895e4f6a9d1b3b4856db871" {
|
||||
name = "yukari"
|
||||
proxied = false
|
||||
ttl = 3600
|
||||
type = "AAAA"
|
||||
value = hcloud_server.yukari.ipv6_address
|
||||
zone_id = local.zone_ids.gensokyo
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue