From cc24b9d3e1d2c96d5659f4f30544bdcc9f22eb15 Mon Sep 17 00:00:00 2001 From: beelit94 Date: Tue, 9 May 2017 17:48:02 +0800 Subject: [PATCH] remove file --- test/import_test/test.tf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/import_test/test.tf diff --git a/test/import_test/test.tf b/test/import_test/test.tf deleted file mode 100644 index 9da2429..0000000 --- a/test/import_test/test.tf +++ /dev/null @@ -1,7 +0,0 @@ -provider "archive" {} - -data "archive_file" "init" { - type = "zip" - source_file = "${path.module}/init.tpl" - output_path = "${path.module}/init.zip" -}