fourplusone / terraform-provider-jira

Terraform provider to configure JIRA
https://registry.terraform.io/providers/fourplusone/jira/latest
MIT License
180 stars 54 forks source link

Fix error "interface conversion: interface {} is map[string]interface {}, not map[string]string" #51

Closed fransf-wtax closed 2 years ago

fransf-wtax commented 2 years ago

Fixes error described in #50 .

rubenk commented 2 years ago

I can confirm this fixes the issue.