From 9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 28 Dec 2020 21:56:05 +0100 Subject: Better structure. Splitting machines and terraform machines, ditto with dns. --- gen/dns/acme-1.machine.acme.corp.tf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gen/dns/acme-1.machine.acme.corp.tf (limited to 'gen/dns/acme-1.machine.acme.corp.tf') diff --git a/gen/dns/acme-1.machine.acme.corp.tf b/gen/dns/acme-1.machine.acme.corp.tf new file mode 100644 index 0000000..cb408cb --- /dev/null +++ b/gen/dns/acme-1.machine.acme.corp.tf @@ -0,0 +1,8 @@ +resource "google_dns_record_set" "acme-1.machine.acme.corp" { + name = "acme-1.machine.acme.corp" + managed_zone = "None" + type = "A" + ttl = 300 + + rrdatas = [None] +} -- cgit v1.2.3