outerbounds / terraform-aws-metaflow

Deploy production-grade Metaflow cloud infrastructure on AWS
https://registry.terraform.io/modules/outerbounds/metaflow/aws/latest
Apache License 2.0
56 stars 48 forks source link

Add variable for ephemeral_storage in metadata-service aws_ecs_task_definition #86

Open jkuypers93 opened 6 months ago

jkuypers93 commented 6 months ago

[issue #85]

The ephemeral_storage is currently not defined in the metadata-service submodule so it is set to its default value of 21Gb.

I've added a variable called metadata_service_ephemeral_storage which would allow users to define the metadata task disk space in the root module

oavdeev commented 6 months ago

LGTM once linter passes. Best way is to install terraform-docs-go and/or pre-commit and let it format the readme