0
0
llucycodes42
This code creates an archive of the init.tpl file in the module's files directory.
Shortcut: tf_archive_file
data "archive_file" "${init}" {
type = "zip"
source_file = "\${path.module}/init.tpl"
output_path = "\${path.module}/files/init.zip"
}