Skip to content

Commit

Permalink
Merge pull request #137 from minamijoyo/fix-init-from-module-issue
Browse files Browse the repository at this point in the history
Avoid using terraform init -from-module
  • Loading branch information
minamijoyo authored May 31, 2023
2 parents 4d3d333 + ebb8cb7 commit b525640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ $ docker-compose run --rm tfmigrate /bin/bash
In the sandbox environment, create and initialize a working directory from test fixtures:

```
# mkdir -p tmp/dir1 && cd tmp/dir1
# terraform init -from-module=../../test-fixtures/backend_s3/
# mkdir -p tmp && cp -pr test-fixtures/backend_s3 tmp/dir1 && cd tmp/dir1
# terraform init
# cat main.tf
```

Expand Down

0 comments on commit b525640

Please sign in to comment.