Newer
Older
data "archive_file" "test_artifact" {
type = "zip"
output_path = "${path.module}/test-artifact.zip"
filename = "file-inside-archive.txt"
}
}
source = data.archive_file.output_path
filename = "${path.module}/test-local-file.zip"
}