Skip to content

Commit

Permalink
Add an example for integrating tfmigrate with atlantis
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Nov 24, 2021
1 parent fb3c624 commit 31bd1a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ A Terraform state migration tool for GitOps.
* [state import](#state-import)
* [migration block (multi_state)](#migration-block-multi_state)
* [multi_state mv](#multi_state-mv)
* [Integrations](#integrations)
* [License](#license)
<!--te-->

Expand Down Expand Up @@ -579,6 +580,12 @@ migration "multi_state" "mv_dir1_dir2" {
}
```

## Integrations

You can integrate tfmigrate with your favorite CI/CD services. Examples are as follows:

- Atlantis: [minamijoyo/tfmigrate-atlantis-example](https://github.com/minamijoyo/tfmigrate-atlantis-example)

## License

MIT

0 comments on commit 31bd1a3

Please sign in to comment.