From a398ca17a29bfdfb6962aa79c51908efd1a5cb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Respaut?= Date: Fri, 27 Oct 2017 15:18:43 +0200 Subject: [PATCH] MON-66: Dummy tesing subdir --- testing/dummy/dummy.tf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/dummy/dummy.tf diff --git a/testing/dummy/dummy.tf b/testing/dummy/dummy.tf new file mode 100644 index 0000000..f5cc69c --- /dev/null +++ b/testing/dummy/dummy.tf @@ -0,0 +1,3 @@ + + +resource "null_resource" "test-migration" {} \ No newline at end of file