https://pulumi.com logo
#aws
Title
b

breezy-morning-56714

05/30/2023, 10:03 PM
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",
            }]
2 Views