remove file

This commit is contained in:
beelit94 2017-05-09 17:48:02 +08:00
parent b922750de0
commit cc24b9d3e1

View file

@ -1,7 +0,0 @@
provider "archive" {}
data "archive_file" "init" {
type = "zip"
source_file = "${path.module}/init.tpl"
output_path = "${path.module}/init.zip"
}