šŸ‘‹ Are there docs somewhere for what can be passed for `preview_deployment_setting` in the Cloudflar

šŸ‘‹ Are there docs somewhere for what can be passed for preview_deployment_setting in the Cloudflare Pages Terraform module? It notes all is default, and I can see based on the example custom is also allowed... are there others?

tl;dr I want to deploy branches that contain preview, so I have:

preview_deployment_setting    = "custom"
preview_branch_includes       = ["preview"]
preview_branch_excludes       = ["master""]


But it's skipping (shown in the UI) a branch named preview-add-text, so a little confused why
Was this page helpful?