Skip to content

Commit

Permalink
Merge pull request #54 from minamijoyo/add-an-example-for-integrating…
Browse files Browse the repository at this point in the history
…-tfmigrate-with-atlantis

Add an example for integrating tfmigrate with atlantis
  • Loading branch information
minamijoyo authored Nov 24, 2021
2 parents fb3c624 + 31bd1a3 commit 9e669b1
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 9e669b1

Please sign in to comment.