fix ecr authentication config
This commit is contained in:
@@ -7,3 +7,5 @@ resource "aws_ecr_repository" "myapp-repo" {
|
||||
scan_on_push = true
|
||||
}
|
||||
}
|
||||
|
||||
data "aws_ecr_authorization_token" "token" {}
|
||||
Reference in New Issue
Block a user