diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-30 20:48:51 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-30 20:48:51 +0100 |
commit | 866eafabd7398fd1485e7aa285345a7dcea480d0 (patch) | |
tree | d0caab0874640678af7fd1e55685da59eb99de0e /out/phase-3 | |
parent | ea985dfdb3974f3f22381be01c41dcb06a817831 (diff) | |
download | rules-sandbox-866eafabd7398fd1485e7aa285345a7dcea480d0.tar.gz rules-sandbox-866eafabd7398fd1485e7aa285345a7dcea480d0.tar.bz2 rules-sandbox-866eafabd7398fd1485e7aa285345a7dcea480d0.tar.xz rules-sandbox-866eafabd7398fd1485e7aa285345a7dcea480d0.zip |
Moving everything under durable_rules-test.
Diffstat (limited to 'out/phase-3')
-rw-r--r-- | out/phase-3/terraform-machine/acme-1.yaml | 2 | ||||
-rw-r--r-- | out/phase-3/terraform-machine/acme-2.yaml | 2 | ||||
-rw-r--r-- | out/phase-3/terraform-machine/acme-3.yaml | 2 | ||||
-rw-r--r-- | out/phase-3/terraform-record-set/acme-1.yaml | 6 | ||||
-rw-r--r-- | out/phase-3/terraform-record-set/acme-2.yaml | 6 | ||||
-rw-r--r-- | out/phase-3/terraform-record-set/acme-3.yaml | 6 |
6 files changed, 0 insertions, 24 deletions
diff --git a/out/phase-3/terraform-machine/acme-1.yaml b/out/phase-3/terraform-machine/acme-1.yaml deleted file mode 100644 index 90653fe..0000000 --- a/out/phase-3/terraform-machine/acme-1.yaml +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 79b0ce6..0000000 --- a/out/phase-3/terraform-machine/acme-2.yaml +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 8d77b80..0000000 --- a/out/phase-3/terraform-machine/acme-3.yaml +++ /dev/null @@ -1,2 +0,0 @@ -key: acme-3 -type: terraform-machine diff --git a/out/phase-3/terraform-record-set/acme-1.yaml b/out/phase-3/terraform-record-set/acme-1.yaml deleted file mode 100644 index ccf16c7..0000000 --- a/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/out/phase-3/terraform-record-set/acme-2.yaml b/out/phase-3/terraform-record-set/acme-2.yaml deleted file mode 100644 index d95be1f..0000000 --- a/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/out/phase-3/terraform-record-set/acme-3.yaml b/out/phase-3/terraform-record-set/acme-3.yaml deleted file mode 100644 index 58c202e..0000000 --- a/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 |