diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-29 20:52:52 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-29 20:52:52 +0100 |
commit | e27264ff17bc102143a631495be86798a53cf6ca (patch) | |
tree | b5b671701c2264b784fa87ed35384dd9bcaffadb /out | |
parent | 9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5 (diff) | |
download | rules-sandbox-e27264ff17bc102143a631495be86798a53cf6ca.tar.gz rules-sandbox-e27264ff17bc102143a631495be86798a53cf6ca.tar.bz2 rules-sandbox-e27264ff17bc102143a631495be86798a53cf6ca.tar.xz rules-sandbox-e27264ff17bc102143a631495be86798a53cf6ca.zip |
Working TF code.
Diffstat (limited to 'out')
15 files changed, 39 insertions, 27 deletions
diff --git a/out/phase-1/dns-entry/acme-1.machine.acme.corp.yaml b/out/phase-1/dns-entry/acme-1.yaml index d9d83ed..aafae11 100644 --- a/out/phase-1/dns-entry/acme-1.machine.acme.corp.yaml +++ b/out/phase-1/dns-entry/acme-1.yaml @@ -1,4 +1,4 @@ fqdn: acme-1.machine.acme.corp -key: acme-1.machine.acme.corp +key: acme-1 rrType: A type: dns-entry diff --git a/out/phase-1/dns-entry/acme-2.machine.acme.corp.yaml b/out/phase-1/dns-entry/acme-2.yaml index b782af3..38ad9e9 100644 --- a/out/phase-1/dns-entry/acme-2.machine.acme.corp.yaml +++ b/out/phase-1/dns-entry/acme-2.yaml @@ -1,4 +1,4 @@ fqdn: acme-2.machine.acme.corp -key: acme-2.machine.acme.corp +key: acme-2 rrType: A type: dns-entry diff --git a/out/phase-1/dns-entry/acme-3.machine.acme.corp.yaml b/out/phase-1/dns-entry/acme-3.yaml index 28ee130..451ba7c 100644 --- a/out/phase-1/dns-entry/acme-3.machine.acme.corp.yaml +++ b/out/phase-1/dns-entry/acme-3.yaml @@ -1,4 +1,4 @@ fqdn: acme-3.machine.acme.corp -key: acme-3.machine.acme.corp +key: acme-3 rrType: A type: dns-entry diff --git a/out/phase-1/terraform-record-set/acme-1.machine.acme.corp.yaml b/out/phase-1/terraform-record-set/acme-1.machine.acme.corp.yaml deleted file mode 100644 index 9537d73..0000000 --- a/out/phase-1/terraform-record-set/acme-1.machine.acme.corp.yaml +++ /dev/null @@ -1,4 +0,0 @@ -fqdn: acme-1.machine.acme.corp -key: acme-1.machine.acme.corp -rrType: A -type: terraform-record-set diff --git a/out/phase-1/terraform-record-set/acme-1.yaml b/out/phase-1/terraform-record-set/acme-1.yaml new file mode 100644 index 0000000..ccf16c7 --- /dev/null +++ b/out/phase-1/terraform-record-set/acme-1.yaml @@ -0,0 +1,6 @@ +fqdn: acme-1.machine.acme.corp +key: acme-1 +rrData: scaleway_instance_ip.acme-1.address +rrType: A +terraformId: acme-1_machine_acme_corp +type: terraform-record-set diff --git a/out/phase-1/terraform-record-set/acme-2.machine.acme.corp.yaml b/out/phase-1/terraform-record-set/acme-2.machine.acme.corp.yaml deleted file mode 100644 index b00bb5c..0000000 --- a/out/phase-1/terraform-record-set/acme-2.machine.acme.corp.yaml +++ /dev/null @@ -1,4 +0,0 @@ -fqdn: acme-2.machine.acme.corp -key: acme-2.machine.acme.corp -rrType: A -type: terraform-record-set diff --git a/out/phase-1/terraform-record-set/acme-2.yaml b/out/phase-1/terraform-record-set/acme-2.yaml new file mode 100644 index 0000000..d95be1f --- /dev/null +++ b/out/phase-1/terraform-record-set/acme-2.yaml @@ -0,0 +1,6 @@ +fqdn: acme-2.machine.acme.corp +key: acme-2 +rrData: scaleway_instance_ip.acme-2.address +rrType: A +terraformId: acme-2_machine_acme_corp +type: terraform-record-set diff --git a/out/phase-1/terraform-record-set/acme-3.machine.acme.corp.yaml b/out/phase-1/terraform-record-set/acme-3.machine.acme.corp.yaml deleted file mode 100644 index 94a3056..0000000 --- a/out/phase-1/terraform-record-set/acme-3.machine.acme.corp.yaml +++ /dev/null @@ -1,4 +0,0 @@ -fqdn: acme-3.machine.acme.corp -key: acme-3.machine.acme.corp -rrType: A -type: terraform-record-set diff --git a/out/phase-1/terraform-record-set/acme-3.yaml b/out/phase-1/terraform-record-set/acme-3.yaml new file mode 100644 index 0000000..58c202e --- /dev/null +++ b/out/phase-1/terraform-record-set/acme-3.yaml @@ -0,0 +1,6 @@ +fqdn: acme-3.machine.acme.corp +key: acme-3 +rrData: scaleway_instance_ip.acme-3.address +rrType: A +terraformId: acme-3_machine_acme_corp +type: terraform-record-set 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 deleted file mode 100644 index 9537d73..0000000 --- a/out/phase-3/terraform-record-set/acme-1.machine.acme.corp.yaml +++ /dev/null @@ -1,4 +0,0 @@ -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-1.yaml b/out/phase-3/terraform-record-set/acme-1.yaml new file mode 100644 index 0000000..ccf16c7 --- /dev/null +++ b/out/phase-3/terraform-record-set/acme-1.yaml @@ -0,0 +1,6 @@ +fqdn: acme-1.machine.acme.corp +key: acme-1 +rrData: scaleway_instance_ip.acme-1.address +rrType: A +terraformId: acme-1_machine_acme_corp +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 deleted file mode 100644 index b00bb5c..0000000 --- a/out/phase-3/terraform-record-set/acme-2.machine.acme.corp.yaml +++ /dev/null @@ -1,4 +0,0 @@ -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-2.yaml b/out/phase-3/terraform-record-set/acme-2.yaml new file mode 100644 index 0000000..d95be1f --- /dev/null +++ b/out/phase-3/terraform-record-set/acme-2.yaml @@ -0,0 +1,6 @@ +fqdn: acme-2.machine.acme.corp +key: acme-2 +rrData: scaleway_instance_ip.acme-2.address +rrType: A +terraformId: acme-2_machine_acme_corp +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 deleted file mode 100644 index 94a3056..0000000 --- a/out/phase-3/terraform-record-set/acme-3.machine.acme.corp.yaml +++ /dev/null @@ -1,4 +0,0 @@ -fqdn: acme-3.machine.acme.corp -key: acme-3.machine.acme.corp -rrType: A -type: terraform-record-set diff --git a/out/phase-3/terraform-record-set/acme-3.yaml b/out/phase-3/terraform-record-set/acme-3.yaml new file mode 100644 index 0000000..58c202e --- /dev/null +++ b/out/phase-3/terraform-record-set/acme-3.yaml @@ -0,0 +1,6 @@ +fqdn: acme-3.machine.acme.corp +key: acme-3 +rrData: scaleway_instance_ip.acme-3.address +rrType: A +terraformId: acme-3_machine_acme_corp +type: terraform-record-set |