Does anyone know if there's a way to upload/deploy files when building a page project with terraform
I'm using
cloudflare_pages_project
to build my resources. Also, I'm not using the GIthub integration as I have a different workflow tied to Github actions for deployment using wrangler.
But when I build the initial pages project in terraform, I'd like to upload a placeholder index.html file.
Possible?2 Replies
It is not. The Pages API does not support uploading files
Bummer.