Skip to content

Commit

Permalink
Merge pull request #27 from unasuke/ecs-exec
Browse files Browse the repository at this point in the history
Enable ecs exec
  • Loading branch information
unasuke authored Aug 24, 2024
2 parents b87676f + ee6e08b commit d371d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/service_definition.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{ key: 'Project', value: 'kaigionrails' },
],
enableECSManagedTags: true,
enableExecuteCommand: true,
networkConfiguration: {
awsvpcConfiguration: {
subnets: $.publicSubnets,
Expand Down

0 comments on commit d371d4e

Please sign in to comment.