We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c09f1c commit 1867abaCopy full SHA for 1867aba
main.tf
@@ -33,7 +33,7 @@ data "null_data_source" "wait_for_files" {
33
inputs = {
34
# This ensures that this data resource will not be evaluated until
35
# after the null_resource has been created.
36
- dependent_files_id = "${null_resource.dependent_files.id}"
+ dependent_files_id = null_resource.dependent_files.id
37
38
# This value gives us something to implicitly depend on
39
# in the archive_file below.
0 commit comments