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
Error: failed creating ECS Task Definition: ClientException: When the volume parameter is specified, only one volume configuration type should be used.
Terraform plan generates a change to the task definition which adds this:
You can see the attribute names are slightly different, I'm not sure how much of that terraform translates, and how much is pointing to a bug with the module?
Currently on version 0.66.2 of the module, with terraform 1.3.2. Pretty confused since we do only have one volume configuration type set.
The text was updated successfully, but these errors were encountered:
Also of note, is the module requires the host_path directive with efs volume mounts, but that is specific to bind mounts, I believe and should not be set here.
Error: failed creating ECS Task Definition: ClientException: When the volume parameter is specified, only one volume configuration type should be used.
Terraform plan generates a change to the task definition which adds this:
What actually works in AWS (by directly editing the JSON of a task), is this:
You can see the attribute names are slightly different, I'm not sure how much of that terraform translates, and how much is pointing to a bug with the module?
Currently on version
0.66.2
of the module, with terraform1.3.2
. Pretty confused since we do only have one volume configuration type set.The text was updated successfully, but these errors were encountered: