hi all - question about .env files, I want to st...
# aws
b
hi all - question about .env files, I want to store a .env in secrets manager, and pass it to a docker container task definition a bit confused on what is the 'type' as the type definitons in TypeScript dont give me the available options.. maybe its not possible?
Copy code
environmentFiles: [{
                value: "some arn value",
                type: "?? what goes here",
            }]