terraform-provider-cloudflare
terraform-provider-cloudflare copied to clipboard
Cloudflare Images Variants
Current Terraform and Cloudflare provider version
➜ terraform-provider-cloudflare git:(cloudflare_images_variants) terraform -v
Terraform v1.1.5
on darwin_arm64
Description
Support for the Cloudflare Images Variant resource.
Use cases
Would like to manage image variant resources alongside other resources (e.g. users).
Potential Terraform configuration
resource "cloudflare_images_variant" "example" {
account_id = "f037e56e89293a057740de681ac9abbe"
variant_id = "example"
never_require_signed_urls = true
options {
fit = "scale-down"
metadata = "none"
width = 500
height = 500
}
}
References
No response
Community Note
Voting for Prioritization
- Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
- If you are interested in working on this issue, please leave a comment.
- If this would be your first contribution, please review the contribution guide.
This issue has been closed as we are now tracking this internally with service teams directly. If you would like an update or to be notified when/if the product ships with this change, please reach out to Cloudflare Support or your account team who can watch the internal feature request for you.
@jacobbednarz 👍 Thanks for letting me know!