Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit b05e855

Browse files
committed
Adding additional-region.yaml
1 parent 12c6e27 commit b05e855

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

cloudformation/additional-region.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,11 @@ Description: >
1818
It deploys a Fargate Cluster, a VPC and a CloudWatch Log group.
1919
2020
Parameters:
21-
DockerRegistryName:
22-
Type: String
23-
Description: >
24-
Name of the ECR repository created in the master CloudFormation template.
2521
DockerRegistryURL:
2622
Type: String
2723
Description: >
2824
URL of the ECR repository created in the master CloudFormation template. It should be in the form of
29-
account_id.dkr.ecr.region.amazonaws.com
25+
account_id.dkr.ecr.region.amazonaws.com/registry_name
3026
TaskExecutionRoleArn:
3127
Type: String
3228
Description: >
@@ -50,6 +46,4 @@ Resources:
5046
DockerImage: !Join
5147
- ''
5248
- - !Ref DockerRegistryURL
53-
- '/'
54-
- !Ref DockerRegistryName
5549
- ':latest'

0 commit comments

Comments
 (0)