walkthroughs/howto-tls-file-provided/infrastructure/ecr-repositories.yaml (16 lines of code) (raw):

Parameters: ColorTellerImageName: Description: The name for the color teller image Type: String ColorAppEnvoyImageName: Description: The name for the color app envoy image Type: String Resources: ColorTellerRepository: Type: AWS::ECR::Repository Properties: RepositoryName: !Ref ColorTellerImageName ColorTellerEnvoyRepository: Type: AWS::ECR::Repository Properties: RepositoryName: !Ref ColorAppEnvoyImageName