summaryrefslogtreecommitdiff
path: root/gen/dns/acme-2.machine.acme.corp.tf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-12-28 21:56:05 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-12-28 21:56:05 +0100
commit9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5 (patch)
tree6fe7914b793a782079738a936bac595a08902b44 /gen/dns/acme-2.machine.acme.corp.tf
parentb8af5cdf274a60f364d34192d4f483f4f4800282 (diff)
downloadrules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.gz
rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.bz2
rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.xz
rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.zip
Better structure.
Splitting machines and terraform machines, ditto with dns.
Diffstat (limited to 'gen/dns/acme-2.machine.acme.corp.tf')
-rw-r--r--gen/dns/acme-2.machine.acme.corp.tf8
1 files changed, 8 insertions, 0 deletions
diff --git a/gen/dns/acme-2.machine.acme.corp.tf b/gen/dns/acme-2.machine.acme.corp.tf
new file mode 100644
index 0000000..9edfe76
--- /dev/null
+++ b/gen/dns/acme-2.machine.acme.corp.tf
@@ -0,0 +1,8 @@
+resource "google_dns_record_set" "acme-2.machine.acme.corp" {
+ name = "acme-2.machine.acme.corp"
+ managed_zone = "None"
+ type = "A"
+ ttl = 300
+
+ rrdatas = [None]
+}