You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
383 B
HCL

# Cloudflare Pages project for the quotesdb UI (SPA, direct-upload deployment).
# Deployment is handled by .gitea/workflows/deploy-ui.yml via `wrangler pages deploy`.
# No git source block — artifact upload model only.
resource "cloudflare_pages_project" "ui" {
account_id = var.cloudflare_account_id
name = "quotesdb-ui"
production_branch = "quotesdb"
}