Skip to content

Commit

Permalink
Merge pull request #5 from kishaningithub/update-documentation
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
kishaningithub authored Sep 18, 2023
2 parents a7c841a + 9110f52 commit 958b227
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ Tool to generate terraform import statements to simplify state migrations from o

## Installation

### Using Homebrew
### Using Homebrew (Mac and linux)

```bash
brew install kishaningithub/tap/tf-import-gen
```

### Using docker

pulling the image
Pulling the image
```bash
docker pull ghcr.io/kishaningithub/tf-import-gen:0.1.0
```

running the image in interactive mode (volume mounted aws folder for config)
Running the image in interactive mode
```bash
docker run -it -v "${HOME}/.aws:/root/.aws" ghcr.io/kishaningithub/tf-import-gen:0.1.0
docker run -it ghcr.io/kishaningithub/tf-import-gen:0.1.0
```

### Others
Expand Down

0 comments on commit 958b227

Please sign in to comment.