Skip to content

Commit 1867aba

Browse files
authored
fix: removed interpolation-only expression (#54)
1 parent 7c09f1c commit 1867aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data "null_data_source" "wait_for_files" {
3333
inputs = {
3434
# This ensures that this data resource will not be evaluated until
3535
# after the null_resource has been created.
36-
dependent_files_id = "${null_resource.dependent_files.id}"
36+
dependent_files_id = null_resource.dependent_files.id
3737

3838
# This value gives us something to implicitly depend on
3939
# in the archive_file below.

0 commit comments

Comments
 (0)