From c85036ce2acc69567401c5ec1876af1531d94222 Mon Sep 17 00:00:00 2001 From: Derek Berger Date: Thu, 4 Jan 2024 10:23:11 -0500 Subject: [PATCH] Update secrets environment file argument in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ed351e3..283fac2 100644 --- a/README.rst +++ b/README.rst @@ -270,7 +270,7 @@ file like the following: SOME_SECRET=arn:aws:ssm:::parameter/KEY_OF_SECRET_IN_PARAMETER_STORE ``` -$ ecs deploy my-cluster my-service --secret-env-file webserver env/secrets.env +$ ecs deploy my-cluster my-service --secrets-env-file webserver env/secrets.env This will modify the **webserver** container definition and add or overwrite the environment variable `SOME_SECRET` with the value of the `KEY_OF_SECRET_IN_PARAMETER_STORE` in the AWS Parameter Store of the AWS Systems Manager.