diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2021-02-03 16:36:18 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2021-02-03 16:36:18 +0100 |
commit | dda4b069d5a0ce8d377ccd355a48959fdec1e110 (patch) | |
tree | 16c7a44e6d1353de5c929055f169ce328fb8d47b /durable_rules-test/out/phase-3 | |
parent | bafe762ac01d16904c18404283027e426e19bc73 (diff) | |
download | rules-sandbox-dda4b069d5a0ce8d377ccd355a48959fdec1e110.tar.gz rules-sandbox-dda4b069d5a0ce8d377ccd355a48959fdec1e110.tar.bz2 rules-sandbox-dda4b069d5a0ce8d377ccd355a48959fdec1e110.tar.xz rules-sandbox-dda4b069d5a0ce8d377ccd355a48959fdec1e110.zip |
Removing original Python-based experiment.
Diffstat (limited to 'durable_rules-test/out/phase-3')
6 files changed, 0 insertions, 24 deletions
diff --git a/durable_rules-test/out/phase-3/terraform-machine/acme-1.yaml b/durable_rules-test/out/phase-3/terraform-machine/acme-1.yaml deleted file mode 100644 index 90653fe..0000000 --- a/durable_rules-test/out/phase-3/terraform-machine/acme-1.yaml +++ /dev/null @@ -1,2 +0,0 @@ -key: acme-1 -type: terraform-machine diff --git a/durable_rules-test/out/phase-3/terraform-machine/acme-2.yaml b/durable_rules-test/out/phase-3/terraform-machine/acme-2.yaml deleted file mode 100644 index 79b0ce6..0000000 --- a/durable_rules-test/out/phase-3/terraform-machine/acme-2.yaml +++ /dev/null @@ -1,2 +0,0 @@ -key: acme-2 -type: terraform-machine diff --git a/durable_rules-test/out/phase-3/terraform-machine/acme-3.yaml b/durable_rules-test/out/phase-3/terraform-machine/acme-3.yaml deleted file mode 100644 index 8d77b80..0000000 --- a/durable_rules-test/out/phase-3/terraform-machine/acme-3.yaml +++ /dev/null @@ -1,2 +0,0 @@ -key: acme-3 -type: terraform-machine diff --git a/durable_rules-test/out/phase-3/terraform-record-set/acme-1.yaml b/durable_rules-test/out/phase-3/terraform-record-set/acme-1.yaml deleted file mode 100644 index ccf16c7..0000000 --- a/durable_rules-test/out/phase-3/terraform-record-set/acme-1.yaml +++ /dev/null @@ -1,6 +0,0 @@ -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/durable_rules-test/out/phase-3/terraform-record-set/acme-2.yaml b/durable_rules-test/out/phase-3/terraform-record-set/acme-2.yaml deleted file mode 100644 index d95be1f..0000000 --- a/durable_rules-test/out/phase-3/terraform-record-set/acme-2.yaml +++ /dev/null @@ -1,6 +0,0 @@ -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/durable_rules-test/out/phase-3/terraform-record-set/acme-3.yaml b/durable_rules-test/out/phase-3/terraform-record-set/acme-3.yaml deleted file mode 100644 index 58c202e..0000000 --- a/durable_rules-test/out/phase-3/terraform-record-set/acme-3.yaml +++ /dev/null @@ -1,6 +0,0 @@ -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 |