Skip to content

Commit

Permalink
Update ecs-params.yml.template
Browse files Browse the repository at this point in the history
  • Loading branch information
brentley committed Feb 27, 2019
1 parent 00ec2a2 commit 48709e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecs-params.yml.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1
task_definition:
task_execution_role: ecsTaskExecutionRole
task_execution_role: $ecsTaskExecutionRole
ecs_network_mode: awsvpc
task_size:
mem_limit: 0.5GB
Expand All @@ -14,4 +14,4 @@ run_params:
- "$subnet_3"
security_groups:
- "$security_group"
assign_public_ip: DISABLED
assign_public_ip: DISABLED

0 comments on commit 48709e1

Please sign in to comment.