wardviaene / terraform-course

Course files for my Udemy course about Terraform
https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform/?couponCode=TERRAFORM_GIT
1.58k stars 4.01k forks source link

Update buildspec.yml for new AWS CLI ECR login #45

Closed refayathaque closed 3 years ago

refayathaque commented 3 years ago

Hi Edward,

The ECR login method in this code is deprecated (https://docs.aws.amazon.com/cli/latest/reference/ecr/get-login.html). To login to ECR you need to use what is in the documentation here: https://docs.aws.amazon.com/cli/latest/reference/ecr/get-login-password.html I refactored the login command using the new command in the link above.

Thank you,

wardviaene commented 3 years ago

looks good, thanks!