From 4eed5f55520a677715e5bbdd0472f1cd9016e866 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 9 Jul 2020 08:56:12 +0100 Subject: [PATCH] make test data accessible for linux & windows too --- .../env/dev/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../env/dev/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../env/prod/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../env/prod/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../env/staging/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../env/staging/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../first-root/.terraform/plugins/linux_amd64/lock.json | 4 ++++ .../first-root/.terraform/plugins/windows_amd64/lock.json | 4 ++++ .../second-root/.terraform/plugins/linux_amd64/lock.json | 4 ++++ .../second-root/.terraform/plugins/windows_amd64/lock.json | 4 ++++ .../third-root/.terraform/plugins/linux_amd64/lock.json | 4 ++++ .../third-root/.terraform/plugins/windows_amd64/lock.json | 4 ++++ .../modules/first/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../first/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../modules/second/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../second/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../modules/third/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../third/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../first-root/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../first-root/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../second-root/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../second-root/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../third-root/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../third-root/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../tf-root/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../tf-root/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../tf-root/.terraform/plugins/linux_amd64/lock.json | 4 ++++ .../tf-root/.terraform/plugins/windows_amd64/lock.json | 4 ++++ .../module/tf-root/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../tf-root/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../tf-root/.terraform/plugins/linux_amd64/lock.json | 3 +++ .../tf-root/.terraform/plugins/windows_amd64/lock.json | 3 +++ .../.terraform/plugins/linux_amd64/lock.json | 4 ++++ .../.terraform/plugins/windows_amd64/lock.json | 4 ++++ .../.terraform/plugins/linux_amd64/lock.json | 6 ++++++ .../.terraform/plugins/windows_amd64/lock.json | 6 ++++++ .../.terraform/plugins/linux_amd64/lock.json | 4 ++++ .../.terraform/plugins/windows_amd64/lock.json | 4 ++++ .../.terraform/plugins/linux_amd64/lock.json | 3 +++ .../.terraform/plugins/windows_amd64/lock.json | 3 +++ 40 files changed, 138 insertions(+) create mode 100755 internal/terraform/rootmodule/testdata/main-module-multienv/env/dev/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/main-module-multienv/env/dev/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/main-module-multienv/env/prod/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/main-module-multienv/env/prod/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/main-module-multienv/env/staging/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/main-module-multienv/env/staging/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-down/first-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-down/first-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-down/second-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-down/second-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-down/third-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-down/third-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/first/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/first/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/second/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/second/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/third/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/third/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-no-modules/first-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-no-modules/first-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-no-modules/second-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-no-modules/second-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-no-modules/third-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/multi-root-no-modules/third-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/nested-single-root-ext-modules-only/tf-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/nested-single-root-ext-modules-only/tf-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/nested-single-root-local-modules-down/tf-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/nested-single-root-local-modules-down/tf-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/nested-single-root-local-modules-up/module/tf-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/nested-single-root-local-modules-up/module/tf-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/nested-single-root-no-modules/tf-root/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/nested-single-root-no-modules/tf-root/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/single-root-ext-modules-only/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/single-root-ext-modules-only/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/single-root-local-and-ext-modules/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/single-root-local-and-ext-modules/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/single-root-local-modules-only/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/single-root-local-modules-only/.terraform/plugins/windows_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/single-root-no-modules/.terraform/plugins/linux_amd64/lock.json create mode 100755 internal/terraform/rootmodule/testdata/single-root-no-modules/.terraform/plugins/windows_amd64/lock.json diff --git a/internal/terraform/rootmodule/testdata/main-module-multienv/env/dev/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/main-module-multienv/env/dev/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/main-module-multienv/env/dev/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/main-module-multienv/env/dev/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/main-module-multienv/env/dev/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/main-module-multienv/env/dev/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/main-module-multienv/env/prod/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/main-module-multienv/env/prod/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/main-module-multienv/env/prod/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/main-module-multienv/env/prod/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/main-module-multienv/env/prod/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/main-module-multienv/env/prod/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/main-module-multienv/env/staging/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/main-module-multienv/env/staging/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/main-module-multienv/env/staging/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/main-module-multienv/env/staging/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/main-module-multienv/env/staging/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/main-module-multienv/env/staging/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/first-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/first-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..ded8dddf6 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/first-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/first-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/first-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..ded8dddf6 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/first-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/second-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/second-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..ded8dddf6 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/second-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/second-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/second-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..ded8dddf6 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/second-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/third-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/third-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..ded8dddf6 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/third-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/third-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/third-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..ded8dddf6 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-down/third-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/first/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/first/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/first/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/first/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/first/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/first/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/second/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/second/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/second/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/second/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/second/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/second/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/third/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/third/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/third/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/third/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/third/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-local-modules-up/main-module/modules/third/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-no-modules/first-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-no-modules/first-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-no-modules/first-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-no-modules/first-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-no-modules/first-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-no-modules/first-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-no-modules/second-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-no-modules/second-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..33307f702 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-no-modules/second-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "aws": "15303dfdb1e55005e47559799f5c38f5d8bbca517db42898172c9d637d5b8113" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-no-modules/second-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-no-modules/second-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..33307f702 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-no-modules/second-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "aws": "15303dfdb1e55005e47559799f5c38f5d8bbca517db42898172c9d637d5b8113" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-no-modules/third-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-no-modules/third-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..3d2cdfc40 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-no-modules/third-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "github": "aca175fc74182f1b7c9bfeb40a411755555d9122c13a0f81ddaea97ce0ca4cfc" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/multi-root-no-modules/third-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/multi-root-no-modules/third-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..3d2cdfc40 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/multi-root-no-modules/third-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "github": "aca175fc74182f1b7c9bfeb40a411755555d9122c13a0f81ddaea97ce0ca4cfc" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/nested-single-root-ext-modules-only/tf-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/nested-single-root-ext-modules-only/tf-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/nested-single-root-ext-modules-only/tf-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/nested-single-root-ext-modules-only/tf-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/nested-single-root-ext-modules-only/tf-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/nested-single-root-ext-modules-only/tf-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-down/tf-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-down/tf-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..ded8dddf6 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-down/tf-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-down/tf-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-down/tf-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..ded8dddf6 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-down/tf-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-up/module/tf-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-up/module/tf-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-up/module/tf-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-up/module/tf-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-up/module/tf-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..894be1e76 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/nested-single-root-local-modules-up/module/tf-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/nested-single-root-no-modules/tf-root/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/nested-single-root-no-modules/tf-root/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/nested-single-root-no-modules/tf-root/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/nested-single-root-no-modules/tf-root/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/nested-single-root-no-modules/tf-root/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/nested-single-root-no-modules/tf-root/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/single-root-ext-modules-only/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/single-root-ext-modules-only/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..43887ca59 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/single-root-ext-modules-only/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "google": "8a868aee3493785d724d5521a252b28b0763376c50205283cb4e773a612f396b", + "null": "b1d97b7013b6aaa4205bad9db8ce7ff4d6fc27d7c6ed8b2227213f3441f6208e" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/single-root-ext-modules-only/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/single-root-ext-modules-only/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..43887ca59 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/single-root-ext-modules-only/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "google": "8a868aee3493785d724d5521a252b28b0763376c50205283cb4e773a612f396b", + "null": "b1d97b7013b6aaa4205bad9db8ce7ff4d6fc27d7c6ed8b2227213f3441f6208e" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/single-root-local-and-ext-modules/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/single-root-local-and-ext-modules/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..4a906973c --- /dev/null +++ b/internal/terraform/rootmodule/testdata/single-root-local-and-ext-modules/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,6 @@ +{ + "aws": "15303dfdb1e55005e47559799f5c38f5d8bbca517db42898172c9d637d5b8113", + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "google": "8a868aee3493785d724d5521a252b28b0763376c50205283cb4e773a612f396b", + "null": "b1d97b7013b6aaa4205bad9db8ce7ff4d6fc27d7c6ed8b2227213f3441f6208e" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/single-root-local-and-ext-modules/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/single-root-local-and-ext-modules/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..4a906973c --- /dev/null +++ b/internal/terraform/rootmodule/testdata/single-root-local-and-ext-modules/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,6 @@ +{ + "aws": "15303dfdb1e55005e47559799f5c38f5d8bbca517db42898172c9d637d5b8113", + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6", + "google": "8a868aee3493785d724d5521a252b28b0763376c50205283cb4e773a612f396b", + "null": "b1d97b7013b6aaa4205bad9db8ce7ff4d6fc27d7c6ed8b2227213f3441f6208e" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/single-root-local-modules-only/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/single-root-local-modules-only/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..301444681 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/single-root-local-modules-only/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "aws": "15303dfdb1e55005e47559799f5c38f5d8bbca517db42898172c9d637d5b8113", + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/single-root-local-modules-only/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/single-root-local-modules-only/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..301444681 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/single-root-local-modules-only/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,4 @@ +{ + "aws": "15303dfdb1e55005e47559799f5c38f5d8bbca517db42898172c9d637d5b8113", + "azurerm": "718d753146a7589a552a7586dde44e24c12a1719b8122ecca1e244d861d7fca6" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/single-root-no-modules/.terraform/plugins/linux_amd64/lock.json b/internal/terraform/rootmodule/testdata/single-root-no-modules/.terraform/plugins/linux_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/single-root-no-modules/.terraform/plugins/linux_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file diff --git a/internal/terraform/rootmodule/testdata/single-root-no-modules/.terraform/plugins/windows_amd64/lock.json b/internal/terraform/rootmodule/testdata/single-root-no-modules/.terraform/plugins/windows_amd64/lock.json new file mode 100755 index 000000000..51a6f9448 --- /dev/null +++ b/internal/terraform/rootmodule/testdata/single-root-no-modules/.terraform/plugins/windows_amd64/lock.json @@ -0,0 +1,3 @@ +{ + "random": "7903b3f4d7067b3e8ca2440aa4342b57286310e074a806d0f1a673034969817b" +} \ No newline at end of file