created: 2019-03-15T08:33:58.000Z

MySQL、 auto incrementの確認と変更

確認

show table status where Name = '{{ テーブル名 }}'\G

変更

ALTER TABLE '{{ テーブル名 }}' AUTO_INCREMENT = 1000000;

参考

詳解 Terraform 第3版 ―Infrastructure as Codeを実現する
[ad] 詳解 Terraform 第3版 ―Infrastructure as Codeを実現する
Yevgeniy Brikman, 松浦 隼人 (単行本(ソフトカバー))