You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the provider and followed the steps outlines in the ecs sample. However getting this error when I perform terraform apply
Error: [id=] create doPublish: publish: HEAD https://<ACCOUNT_ID>.dkr.ecr.<REGION>.amazonaws.com/v2/my_repository/blobs/sha256:<SHA>: unexpected status code 403 Forbidden (HEAD responses have no body, use GET for details)
NOTE: replaced sensitive info with <>
The actual URL displayed in AWS for the ECR is <ACCOUNT_ID>.dkr.ecr.<REGION>.amazonaws.com/my_repository/blobs/
Is ko adding the extra v2 and causing the permissions issue?
The text was updated successfully, but these errors were encountered:
Trying to use the provider and followed the steps outlines in the
ecs
sample. However getting this error when I performterraform apply
NOTE: replaced sensitive info with
<>
The actual URL displayed in AWS for the ECR is
<ACCOUNT_ID>.dkr.ecr.<REGION>.amazonaws.com/my_repository/blobs/
Is
ko
adding the extrav2
and causing the permissions issue?The text was updated successfully, but these errors were encountered: