LoginSignup
0
0

Terraformのnull_resourceでAWS CLIを使うときの注意点

Posted at

Terraformのnull_resourceではawsプロバイダで指定しているprofileが使用されない。
例えばECRにPushするときのクレデンシャルを取得するget-login-password

aws ecr get-login-password --profile=production | docker login ...

といった感じにprofileを明示してあげる必要がある。
地味にハマりポイントなので注意。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0