aws-samples / serverless-jenkins-on-aws-fargate

MIT No Attribution
123 stars 110 forks source link

Are gid and uid reversed? #20

Closed stewberg closed 2 years ago

stewberg commented 2 years ago

https://github.com/aws-samples/serverless-jenkins-on-aws-fargate/blob/6f0969ff4c0a90673792ce75161fe976c29c7768/modules/jenkins_platform/efs.tf#L31

apogorielov commented 2 years ago

Hi @stewberg, Thank you for pointing this out. Since the UID and GID had same value this did not affect anything this stage, but we did in fact fixed this in #21.

Kind regards, Alex