Hello,
Please consider adding efsVolumeConfiguration
to volume
block of aws_ecs_task_definition
resource definition.
"volumes": [
{
"name": "efs-html",
"efsVolumeConfiguration": {
"fileSystemId": "fs-1234",
"rootDirectory": "/path/to/my/data"
}
}
],
This functionality is included with AWS Go SDK version 1.28.5, already merged (https://github.com/terraform-providers/terraform-provider-aws/pull/11630), and will release with version 2.46.0 of the Terraform AWS Provider on Thursday. ๐
@bflad shall I create PR to improve documentation? :)
Hi folks ๐ My apologies on this one -- it will require some implementation and documentation work in the Terraform resource. Reopening! Here's the related pull request: https://github.com/terraform-providers/terraform-provider-aws/pull/11707
Support for this new EFS volume configuration has been merged and will release with version 2.46.0 of the Terraform AWS Provider, tomorrow. Thanks to @DrFaust92 for the implementation. ๐
This has been released in version 2.46.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
Support for this new EFS volume configuration has been merged and will release with version 2.46.0 of the Terraform AWS Provider, tomorrow. Thanks to @DrFaust92 for the implementation. ๐