Skip to content

Commit

Permalink
fix move
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Sep 19, 2023
1 parent b09ecbe commit d7bf3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ resource "local_file" "todo" {
# moved in 0.4.0
moved {
from = local_file.todo
to = local_file[0].todo
to = local_file.todo[0]
}

0 comments on commit d7bf3c4

Please sign in to comment.