You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,10 @@ inputs:
41
41
description: 'Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.'
42
42
required: false
43
43
service-managed-ebs-volume-name:
44
-
description: "The name of the volume to manage in the ECS service."
44
+
description: "The name of the volume, to be manage in the ECS service. This value must match the volume name from the Volume object in the task definition, that was configuredAtLaunch."
45
45
required: false
46
46
service-managed-ebs-volume:
47
-
description: "A JSON object that defines the configuration for the Amazon EBS volume that Amazon ECS creates and
48
-
manages on your behalf. These settings are used to create each Amazon EBS volume, with one volume created for
49
-
each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they
50
-
are created."
47
+
description: "A JSON object defining the configuration settings for the EBS Service volume that was ConfiguredAtLaunch. You can configure size, volumeType, IOPS, throughput, snapshot and encryption in ServiceManagedEBSVolumeConfiguration. Currently, the only supported volume type is an Amazon EBS volume."
51
48
required: false
52
49
run-task:
53
50
description: 'A boolean indicating whether to run a stand-alone task in a ECS cluster. Task will run before the service is updated if both are provided. Default value is false .'
@@ -77,13 +74,10 @@ inputs:
77
74
description: 'A JSON array of tags.'
78
75
required: false
79
76
run-task-managed-ebs-volume-name:
80
-
description: "The name of the volume to manage in the ECS service."
77
+
description: "The name of the volume. This value must match the volume name from the Volume object in the task definition, that was configuredAtLaunch."
81
78
required: false
82
79
run-task-managed-ebs-volume:
83
-
description: "A JSON object that defines the configuration for the Amazon EBS volume that Amazon ECS creates and
84
-
manages on your behalf. These settings are used to create each Amazon EBS volume, with one volume created for
85
-
each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they
86
-
are created."
80
+
description: "A JSON object defining the configuration settings for the Amazon EBS task volume that was configuredAtLaunch. These settings are used to create each Amazon EBS volume, with one volume created for each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they are created."
87
81
required: false
88
82
wait-for-task-stopped:
89
83
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
0 commit comments