2023-08-01から1ヶ月間の記事一覧
1Password CLI経由で1Passwordのアイテムをdata sourceとして使うterraform-provider-opを作った。 github.com 以下の用のPostgreSQL providerのパスワードを自分のマシンの1Passwordからとってこれる。 provider "op" { } data "op_item" "postgres" { titl…
esa.ioのCLI、kasaにインポート機能を追加した。 github.com ファイルをインポートすることもできるし $ echo test > test.txt $ kasa import test.txt hello/world https://winebarrel.esa.io/posts/1 $ kasa cat hello/world test $ kasa import test.txt …
AWS SSOで各AWSアカウントのManage Consoleを開く場合、AWSアクセスポータルURL(d-xxxxxxxxxx.awsapps.com/start)から遷移するが、赤枠のリンクは固定値のようなので、そのリンクから個別のアカウントのManage Console開くことができる。 リンクのURLは下…