Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit af60d6d

Browse files
committed
added id for add_container
1 parent 927c69f commit af60d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

awscdk/awscdk/bastion_host.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __init__(
4747
self.bastion_host_task = ecs.Ec2TaskDefinition(self, "BastionHostTask")
4848

4949
self.bastion_host_task.add_container(
50+
"BastionHostContainer",
5051
image=scope.image,
5152
command=["/start_prod.sh"],
5253
environment=scope.variables.regular_variables,

0 commit comments

Comments
 (0)