decadence

個人のメモ帳

terraform

GitHub Actionsとtfcmtのみで実現する、atlantis風のterraform workflow

これは何 Atlantis を利用すると、PullRequestを利用したterraform実行環境として以下のようなWorkflowが実現出来る。 terraform の変更を含む PR を作成 PR上でplanをコメントで表示 atlantis apply のコメントをPRにすることでterraform applyを実施して、…

atlantisでterraform import / terraform state rm

これは何 terraform automation toolであるatlantisに以下のPRを実装したことで、terraform import / terraform state rm相当の機能をatlantis経由で実行出来るようになった feat: atlantis import by krrrr38 · Pull Request #2783 · runatlantis/atlantis …

2022年にOSS活動した便利機能3選

これは何 便利機能3選 FairwindsOps/polaris: 一部のcheckのみを走らせられる runatlantis/atlantis: 一部のrepoのみlockをdisableに argoproj/argo-workflows: navbarの色を変えられる argo-cdとの差異 rxjs major upgrade 〆 これは何 2022年に自身がOSS活…

atlantisでterraformを実行する際のセキュリティ

これは何 terraformを実行する環境として、atlantisを使うことがある。atlantisを使う際には、気をつけて使わないと、意図せず権限を持たない人が強い権限で処理を実行できてしまう。 www.runatlantis.io

terraform で API Gateway/DynamoDB の設定

Terraform by HashiCorp terraform を使って AWS 関連の設定を行う。