File tree 1 file changed +1
-2
lines changed
packages/aws-cdk-lib/aws-ecs
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -490,8 +490,7 @@ newContainer.addSecret('API_KEY', ecs.Secret.fromSecretsManager(secret));
490
490
newContainer .addSecret (' DB_PASSWORD' , ecs .Secret .fromSecretsManager (secret , ' password' ));
491
491
```
492
492
493
- The task execution role is automatically granted read permissions on the secrets/parameters. Support for environment
494
- files is restricted to the EC2 launch type for files hosted on S3. Further details provided in the AWS documentation
493
+ The task execution role is automatically granted read permissions on the secrets/parameters. Further details provided in the AWS documentation
495
494
about [ specifying environment variables] ( https://docs.aws.amazon.com/AmazonECS/latest/developerguide/taskdef-envfiles.html ) .
496
495
497
496
### Linux parameters
You can’t perform that action at this time.
0 commit comments