Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data "null_data_source" "wait_for_files" {
inputs = {
# This ensures that this data resource will not be evaluated until
# after the null_resource has been created.
dependent_files_id = "${null_resource.dependent_files.id}"
dependent_files_id = null_resource.dependent_files.id

# This value gives us something to implicitly depend on
# in the archive_file below.
Expand Down