summaryrefslogtreecommitdiff
path: root/gen/dns/acme-3.machine.acme.corp.tf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-12-29 20:52:52 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-12-29 20:52:52 +0100
commite27264ff17bc102143a631495be86798a53cf6ca (patch)
treeb5b671701c2264b784fa87ed35384dd9bcaffadb /gen/dns/acme-3.machine.acme.corp.tf
parent9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5 (diff)
downloadrules-sandbox-e27264ff17bc102143a631495be86798a53cf6ca.tar.gz
rules-sandbox-e27264ff17bc102143a631495be86798a53cf6ca.tar.bz2
rules-sandbox-e27264ff17bc102143a631495be86798a53cf6ca.tar.xz
rules-sandbox-e27264ff17bc102143a631495be86798a53cf6ca.zip
Working TF code.
Diffstat (limited to 'gen/dns/acme-3.machine.acme.corp.tf')
-rw-r--r--gen/dns/acme-3.machine.acme.corp.tf8
1 files changed, 0 insertions, 8 deletions
diff --git a/gen/dns/acme-3.machine.acme.corp.tf b/gen/dns/acme-3.machine.acme.corp.tf
deleted file mode 100644
index 940dbf2..0000000
--- a/gen/dns/acme-3.machine.acme.corp.tf
+++ /dev/null
@@ -1,8 +0,0 @@
-resource "google_dns_record_set" "acme-3.machine.acme.corp" {
- name = "acme-3.machine.acme.corp"
- managed_zone = "None"
- type = "A"
- ttl = 300
-
- rrdatas = [None]
-}