Skip to content

Commit

Permalink
feat(ecs): add complete run task action
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Feb 29, 2024
1 parent 643e8bb commit fb614bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/ecr-run-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ runs:
echo "VPC ID $VPC_ID"
SECURITY_GROUPS=$(
aws ec2 describe-security-groups \
--group-names $BASE_ENV-app-sg \
--filters Name=vpc-id,Values=$VPC_ID \
aws ec2 describe-security-groups \
--filters Name=vpc-id,Values=$VPC_ID Name=tag:base-env,Values=$BASE_ENV Name=tag:Name,Values=$BASE_ENV-app-sg \
--query 'SecurityGroups[*].GroupId' \
--output text
)
Expand Down

0 comments on commit fb614bb

Please sign in to comment.