[Bug]: aws_ecs_task_definition
improperly changes the first character of labels to lowercase when specified in dockerLabels
in the container definition
#38782
Labels
bug
Addresses a defect in current functionality.
regression
Pertains to a degraded workflow resulting from an upstream patch or internal enhancement.
service/ecs
Issues and PRs that pertain to the ecs service.
Milestone
Terraform Core Version
1.5.7
AWS Provider Version
5.61.0
Affected Resource(s)
aws_ecs_task_definition
(container definition)Expected Behavior
When I specify the labels in the container definition using aws_ecs_task_definition, it is expected that the provider does not alter the label.
Actual Behavior
After applying, I observe that the container definition of the task is changed to:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Using labels on
dockerLabels
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: