Skip to content

Commit

Permalink
ci: fix testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 21, 2024
1 parent 59e5980 commit 7f284db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/bar/expected_foo.tf
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
resource "null_resource" "foo_prod" {}

moved {
from = null_resource.foo-prod
to = null_resource.foo_prod
}

0 comments on commit 7f284db

Please sign in to comment.