codecutout / terraform-provider-powerbi

Terraform Power BI Provider
MIT License
14 stars 16 forks source link

Upload RDL file into workspace with import #60

Open harlequin opened 2 years ago

harlequin commented 2 years ago

Today I have tried to upload a RDL file into my power bi workspace.

This operations fails.

After searching through the source code I have seen that the nameConflict is hard coded to CreateOrOverwrite.

In case of uploading RDL files only Abort or Overwrite is allowed.

Would it be possible to have it as optional parameter in the resource pbix?