summaryrefslogtreecommitdiff
path: root/gen/dns/acme-1.machine.acme.corp.tf
diff options
context:
space:
mode:
Diffstat (limited to 'gen/dns/acme-1.machine.acme.corp.tf')
-rw-r--r--gen/dns/acme-1.machine.acme.corp.tf8
1 files changed, 8 insertions, 0 deletions
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]
+}