init: copy from lawndale-infra

This commit is contained in:
2022-05-27 02:51:52 +02:00
commit 6a60d271bf
18 changed files with 1126 additions and 0 deletions

9
dns.tf Normal file
View File

@@ -0,0 +1,9 @@
# resource "cloudflare_record" "k8s_lawndale_thomasklein_me" {
# zone_id = cloudflare_zone.thomasklein_me.id
# name = "k8s.lawndale.thomasklein.me"
# type = "CNAME"
# value = "lawndale-hyper.sch.bme.hu"
# ttl = 300
# }