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. --- out/phase-3/machine/acme-1.yaml | 3 --- out/phase-3/machine/acme-2.yaml | 3 --- out/phase-3/machine/acme-3.yaml | 3 --- out/phase-3/terraform-machine/acme-1.yaml | 2 ++ out/phase-3/terraform-machine/acme-2.yaml | 2 ++ out/phase-3/terraform-machine/acme-3.yaml | 2 ++ out/phase-3/terraform-record-set/acme-1.machine.acme.corp.yaml | 4 ++++ out/phase-3/terraform-record-set/acme-2.machine.acme.corp.yaml | 4 ++++ out/phase-3/terraform-record-set/acme-3.machine.acme.corp.yaml | 4 ++++ 9 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 out/phase-3/machine/acme-1.yaml delete mode 100644 out/phase-3/machine/acme-2.yaml delete mode 100644 out/phase-3/machine/acme-3.yaml create mode 100644 out/phase-3/terraform-machine/acme-1.yaml create mode 100644 out/phase-3/terraform-machine/acme-2.yaml create mode 100644 out/phase-3/terraform-machine/acme-3.yaml create mode 100644 out/phase-3/terraform-record-set/acme-1.machine.acme.corp.yaml create mode 100644 out/phase-3/terraform-record-set/acme-2.machine.acme.corp.yaml create mode 100644 out/phase-3/terraform-record-set/acme-3.machine.acme.corp.yaml (limited to 'out/phase-3') diff --git a/out/phase-3/machine/acme-1.yaml b/out/phase-3/machine/acme-1.yaml deleted file mode 100644 index 9e4356e..0000000 --- a/out/phase-3/machine/acme-1.yaml +++ /dev/null @@ -1,3 +0,0 @@ -key: acme-1 -name: acme-1 -type: machine diff --git a/out/phase-3/machine/acme-2.yaml b/out/phase-3/machine/acme-2.yaml deleted file mode 100644 index 24655d8..0000000 --- a/out/phase-3/machine/acme-2.yaml +++ /dev/null @@ -1,3 +0,0 @@ -key: acme-2 -name: acme-2 -type: machine diff --git a/out/phase-3/machine/acme-3.yaml b/out/phase-3/machine/acme-3.yaml deleted file mode 100644 index d7d75ff..0000000 --- a/out/phase-3/machine/acme-3.yaml +++ /dev/null @@ -1,3 +0,0 @@ -key: acme-3 -name: acme-3 -type: machine diff --git a/out/phase-3/terraform-machine/acme-1.yaml b/out/phase-3/terraform-machine/acme-1.yaml new file mode 100644 index 0000000..90653fe --- /dev/null +++ b/out/phase-3/terraform-machine/acme-1.yaml @@ -0,0 +1,2 @@ +key: acme-1 +type: terraform-machine diff --git a/out/phase-3/terraform-machine/acme-2.yaml b/out/phase-3/terraform-machine/acme-2.yaml new file mode 100644 index 0000000..79b0ce6 --- /dev/null +++ b/out/phase-3/terraform-machine/acme-2.yaml @@ -0,0 +1,2 @@ +key: acme-2 +type: terraform-machine diff --git a/out/phase-3/terraform-machine/acme-3.yaml b/out/phase-3/terraform-machine/acme-3.yaml new file mode 100644 index 0000000..8d77b80 --- /dev/null +++ b/out/phase-3/terraform-machine/acme-3.yaml @@ -0,0 +1,2 @@ +key: acme-3 +type: terraform-machine diff --git a/out/phase-3/terraform-record-set/acme-1.machine.acme.corp.yaml b/out/phase-3/terraform-record-set/acme-1.machine.acme.corp.yaml new file mode 100644 index 0000000..9537d73 --- /dev/null +++ b/out/phase-3/terraform-record-set/acme-1.machine.acme.corp.yaml @@ -0,0 +1,4 @@ +fqdn: acme-1.machine.acme.corp +key: acme-1.machine.acme.corp +rrType: A +type: terraform-record-set diff --git a/out/phase-3/terraform-record-set/acme-2.machine.acme.corp.yaml b/out/phase-3/terraform-record-set/acme-2.machine.acme.corp.yaml new file mode 100644 index 0000000..b00bb5c --- /dev/null +++ b/out/phase-3/terraform-record-set/acme-2.machine.acme.corp.yaml @@ -0,0 +1,4 @@ +fqdn: acme-2.machine.acme.corp +key: acme-2.machine.acme.corp +rrType: A +type: terraform-record-set diff --git a/out/phase-3/terraform-record-set/acme-3.machine.acme.corp.yaml b/out/phase-3/terraform-record-set/acme-3.machine.acme.corp.yaml new file mode 100644 index 0000000..94a3056 --- /dev/null +++ b/out/phase-3/terraform-record-set/acme-3.machine.acme.corp.yaml @@ -0,0 +1,4 @@ +fqdn: acme-3.machine.acme.corp +key: acme-3.machine.acme.corp +rrType: A +type: terraform-record-set -- cgit v1.2.3