From 31bd1a399edfd25f52704bb37c2542e0d34ad98a Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Wed, 24 Nov 2021 14:42:56 +0900 Subject: [PATCH] Add an example for integrating tfmigrate with atlantis --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1a6e353..1e59932 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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