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

Commit 110d07a

Browse files
committed
removed secrets
1 parent af60d6d commit 110d07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscdk/awscdk/bastion_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(
5151
image=scope.image,
5252
command=["/start_prod.sh"],
5353
environment=scope.variables.regular_variables,
54-
secrets=scope.variables.secret_variables,
54+
# secrets=scope.variables.secret_variables,
5555
)
5656

5757
self.bastion_host_service = ecs.Ec2Service(

0 commit comments

Comments
 (0)