Passing TAGS to ARM deployment in TF

How can I pass a set of tags on to an azurerm_resource_group_template_deployment.
In TF the tags are an object but template_content of azurerm_resource_group_template_deployment only deals with strings.