{{#each attributes}}
resource "vauthz_user_attribute" "{{resourceKey}}" {
  key         = "{{key}}"
  type        = "{{type}}"
  description = "{{formatDescription description}}"
}
{{/each}}