Skip to content

Commit 0f3d04b

Browse files
committed
Update parameter descriptions for managed-ebs-volume
1 parent 63285fe commit 0f3d04b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

action.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@ inputs:
4141
description: 'Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.'
4242
required: false
4343
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."
4545
required: false
4646
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."
5148
required: false
5249
run-task:
5350
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:
7774
description: 'A JSON array of tags.'
7875
required: false
7976
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."
8178
required: false
8279
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."
8781
required: false
8882
wait-for-task-stopped:
8983
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'

0 commit comments

Comments
 (0)