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 d92e5c0 commit 8693797Copy full SHA for 8693797
src/components/ecs-service.ts
@@ -451,6 +451,7 @@ export class EcsService extends pulumi.ComponentResource {
451
sourceVolume: mountPoint.sourceVolume,
452
readOnly: mountPoint.readOnly ?? false,
453
})),
454
+ user: `${FIRST_POSIX_NON_ROOT_USER.userId}:${FIRST_POSIX_NON_ROOT_USER.groupId}`,
455
}),
456
logConfiguration: {
457
logDriver: 'awslogs',
0 commit comments