Hisashi SOGA
Hisashi SOGA
2022/8/25 の [HashiTalks](https://events.hashicorp.com/hashitalksjapan) での [@saki-engineering](https://github.com/saki-engineering) による `ベストな Terraform ディレクトリ構成を考察してみた` という発表を聞いて、 管理単位の小さいパターンにも ecspresso で対応できないかなあ、と思いました。 - セッション資料 - https://speakerdeck.com/harukasakihara/besutona-terraform-deirekutorigou-cheng-wokao-cha-sitemita?slide=4 - セッション動画 - https://www.youtube.com/watch?v=4A-c-ykc0ak& - 5:40:00 あたりから 5:55:00 あたり 以下のようなラフな ecspresso.yml のインターフェースイメージなどで、実現可能性を検討いただければ幸いです。 (別の形でも、実現できれば良いと思います)...
- Upgraded - Add columns (See sqlite/NOTE.txt) - Other modifiyed - Adjust indents - Correct words - Increase `per_page` - Update README.md Please confirm.
Currently, we are managing our database schemas in a DDL repository and attempting to automate migration execution by running a standalone ECS Task (not attached to any Service). The general...