ecr_registry: repositry_url output doesn't support china/gov region #5741
Labels
bug
Addresses a defect in current functionality.
partition/aws-cn
Pertains to the aws-cn partition.
service/ecr
Issues and PRs that pertain to the ecr service.
Milestone
Terraform Version
0.11.3
Affected Resource(s)
Terraform Configuration Files
output "e2e_ecr_url" {
value = "${aws_ecr_repository.attribution-cf-e2e.repository_url}"
}
Debug Output
Expected Behavior
URL ends with com.cn for cn-north-1 region
Actual Behavior
URL ends with com for cn-north-1 region
Steps to Reproduce
Create ECR repository in china
Try to output the URL
The text was updated successfully, but these errors were encountered: