provider/aws: Remove hardcoded https from the ecr repository by stack72 · Pull Request #11307 · hashicorp/terraform

When the ECR resource was created, we hardcoded the repository URL to start with https:// This was a mistake as all interaction with the repository now must include a replace function for the https...