fix ecr authentication config

This commit is contained in:
Nana Janashia
2020-12-20 17:25:56 +01:00
parent 92835a5b54
commit c754ff2d60
3 changed files with 22 additions and 6 deletions

View File

@@ -7,3 +7,5 @@ resource "aws_ecr_repository" "myapp-repo" {
scan_on_push = true
}
}
data "aws_ecr_authorization_token" "token" {}