We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4596bfb commit b0f9aeaCopy full SHA for b0f9aea
aws/task-definition.json.template
@@ -8,12 +8,7 @@
8
"memory": "${MEMORY_UNITS}",
9
"volumes": [
10
{
11
- "name": "migrations-volume",
12
- "efsVolumeConfiguration": {
13
- "fileSystemId": "${EFS_ID}",
14
- "rootDirectory": "/migrations",
15
- "transitEncryption": "DISABLED"
16
- }
+ "name": "migrations-volume"
17
}
18
],
19
"containerDefinitions": [
0 commit comments