-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ecs_task_definition volume root_directory does not take effect #26793
Comments
@odie5533 - You actually cannot mount multiple directories using access points as the access point itself is tied to a specific directory. See documentation. However multiple directories via a Mount Point are possible. |
This functionality has been released in v5.3.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. Thank you! |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
terraform 1.2.9
Affected Resource(s)
Terraform Configuration Files
Debug Output
The plan output generated this as expected:
Expected Behavior
New task definition revision should have the correct root directory
Actual Behavior
The new task definition revision was created, but still says that the root directory is
/
This means the next apply to also create a new revision with the same issue.
Steps to Reproduce
volume
block with anefs_volume_configuration
with a root directory other than/
terraform apply
and observe the plan output. The plan shows that root_directory is being set/
The text was updated successfully, but these errors were encountered: