Awesome
An example for tfmigrate with Atlantis
This repository contains all configurations for running atlantis in local with docker-compose, but most of them are actually not related in tfmigrate. To use tfmigrate with Atlantis:
- Install tfmigrate. (atlantis/Dockerfile)
- Add a custom workflow for tfmigrate in server side repo config. (atlantis/repos.yaml)
- Generate an atlantis.yaml for tfmigrate dynamically in pre workflow hooks. (atlantis/hooks/pre_workflow_hooks.sh)
See atlantis/ directory for more detail.
A demo for tfmigrate with Atlantis is also available at: minamijoyo/tfmigrate-atlantis-demo