"Uncaught Error: No such module" using cloudflare_snippets #5017
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Confirmation
Terraform and Cloudflare provider version
OpenTofu v1.8.7
on linux_amd64
Affected resource(s)
cloudflare_snippets
Terraform configuration files
Link to debug output
https://gist.github.com/devin-purple/80531791220402898a10cca86251bfad
Panic output
No response
Expected output
Snippet created
Actual output
Steps to reproduce
Use example TF.
Additional factoids
It seems like in the API request, the provider is sending
Content-Disposition: form-data; name="files"
instead of the actual name of the file.In V4 you could send a map in
files
. In V5 it can only be a string.References
No response
The text was updated successfully, but these errors were encountered: