data "archive_file" "test_artifact" { type = "zip" output_path = "test-artifact.zip" source { content = "test artifact inner value" filename = "file-inside-archive.txt" } }