Skip to content

Commit ab80cfa

Browse files
committed
added assign public IP input and settings
1 parent 4277959 commit ab80cfa

File tree

6 files changed

+51792
-40945
lines changed

6 files changed

+51792
-40945
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ inputs:
5353
run-task-subnets:
5454
description: 'A comma-separated list of subnet IDs to assign to a task when run outside of a service. Will default to none.'
5555
required: false
56+
run-task-assign-public-IP:
57+
description: 'Whether the task's elastic network interface receives a public IP address. The default value is DISABLED.'
58+
required: false
5659
run-task-launch-type:
5760
description: "ECS launch type for tasks run outside of a service. Valid values are 'FARGATE' or 'EC2'. Will default to 'FARGATE'."
5861
required: false

0 commit comments

Comments
 (0)