chore: correct ecr repository
This commit is contained in:
parent
dfcef80c41
commit
af91a155c5
@ -55,7 +55,7 @@ private_subnet2 = ec2.Subnet(
|
|||||||
availability_zone="us-east-2b",
|
availability_zone="us-east-2b",
|
||||||
map_public_ip_on_launch=False
|
map_public_ip_on_launch=False
|
||||||
)
|
)
|
||||||
repo = ecr.Repository("repo")
|
repo = awsx.ecr.Repository("repo")
|
||||||
|
|
||||||
# ecs_task_execution_role = iam.Role("ecsExecutionRole",
|
# ecs_task_execution_role = iam.Role("ecsExecutionRole",
|
||||||
# path="/",
|
# path="/",
|
||||||
|
Loading…
Reference in New Issue
Block a user