Skip to content
Snippets Groups Projects
Commit f9407c26 authored by Alex Maras's avatar Alex Maras
Browse files

fix: ensure local_file depends on archive_file

parent 8ed5d780
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@ data "archive_file" "test_artifact" {
}
resource "local_file" "test_copy" {
source = "${path.module}/test-artifact.zip"
source = data.archive_file.output_path
filename = "${path.module}/test-local-file.zip"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment