Can architect_user_prompt resource consume audio files from an URL instead of a local file?

We want to manage user prompts in Terraform as any other resource. However, our audio files for pure cloud occupy several gigabytes. Storing such amounts of binary data on girhub is considered a bad practice. Can a "filename" in architect_user_prompt resource point to an URL instead of a local file? Unfortunately, the documentation does not provide any guidance on "filename" property.

https://registry.terraform.io/providers/MyPureCloud/genesyscloud/latest/docs/resources/architect_user_prompt

Hi Borys,

That's a valid point. I'll bring it up in our team meeting today and see about allowing URLs for the audio file in this resource.

Thanks for looking into this, Ronan.
Did you got any feedback on this?

Hi Borys,

Yeah, we're going to implement this feature. It should be released late next week all going well.
We will support basic HTTP and HTTPS URLs without authentication. Any files requiring authentication for access or on an FTP server etc should be downloaded separately prior to invoking the provider.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.