When passing the container definition into a task definition, use
jsonencode([module.ecs_container_definition.container_definition]) rather than the container_definition_json output.Container Definition
The container definition as a Terraform map. Use
jsonencode([module.name.container_definition]) when passing to a task definition.The container definition as a JSON-encoded string. Note: prefer using
jsonencode([module.name.container_definition]) over this output when passing into a task definition.CloudWatch Logging
Name of the CloudWatch log group created for this container.
ARN of the CloudWatch log group.

