Skip to content

Argument environmentFiles not supported #63

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
dhruvmisra opened this issue Oct 26, 2023 · 0 comments
Open

Argument environmentFiles not supported #63

dhruvmisra opened this issue Oct 26, 2023 · 0 comments

Comments

@dhruvmisra
Copy link

The AWS Container Definition supports environmentFiles field as an Array of EnvironmentFile objects. It can be used to specify a file from S3 which contains environment variables for the task (similar to the --env-file argument of docker run command).

Currently, this argument is not supported as an input variable

╷
│ Error: Unsupported argument
│
│   on ecs_task_definition.tf line 267, in module "task_definition":
│  267:   environmentFiles = []
│
│ An argument named "environmentFiles" is not expected here.
╵

I hope this can be added soon to the module. Either way, thanks for the great work!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant