Skip to content

Commit

Permalink
Fix: fix "The config profile () could not be found" when running aws …
Browse files Browse the repository at this point in the history
…cli command within the docker container (#119)

* [#117]: add a default non-empty value for AWS_PROFILE env variable

* Revert "[#117]: add a default non-empty value for AWS_PROFILE env variable"

This reverts commit 958abdc.

* [#117]: remove AWS_PROFILE variable from docker-compose env list

---------

Co-authored-by: Eddy PEPY <[email protected]>
  • Loading branch information
arongate and Eddy PEPY authored Oct 9, 2024
1 parent 2954573 commit 922d203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:
AWS_ACCESS_KEY_ID: "${AWS_ACCESS_KEY_ID}"
AWS_SECRET_ACCESS_KEY: "${AWS_SECRET_ACCESS_KEY}"
AWS_SESSION_TOKEN: "${AWS_SESSION_TOKEN}"
AWS_PROFILE: "${AWS_PROFILE}"
TFENV_TERRAFORM_VERSION: "${TFENV_TERRAFORM_VERSION}"
env_file:
- .env
Expand Down

0 comments on commit 922d203

Please sign in to comment.