aws_ecs_task_definition not setting root_directory for efs_volume_configuration correctly #18010
Labels
bug
Addresses a defect in current functionality.
service/ecs
Issues and PRs that pertain to the ecs service.
Milestone
Terraform CLI and Terraform AWS Provider Version
Terraform v0.14.5
AWS provider version ~> 3.0
Affected Resource(s)
Terraform Configuration Files
Simple exerpt that shows the task definition to be created. Nothing special going on here, everything creates and runs except the root_directory does not get updated in AWS correclty
Debug Output
Running terraform apply shows the correct path to be updated for the root directory
Actual Behavior
After running apply and terraform running its updates without error.
The root_directory in the newly created task definition is "/". I have run some sanity checks on other parts of the efs_volume_configuration and they update as expected, it is only the root_directory that seems immutable
The text was updated successfully, but these errors were encountered: