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.

12 lines
395 B
HCL

# The default Pages subdomain assigned by Cloudflare (e.g. vibedbooks.pages.dev).
output "pages_subdomain" {
description = "Cloudflare Pages auto-assigned subdomain for the edu site."
value = cloudflare_pages_project.edu.subdomain
}
# The production custom domain.
output "production_url" {
description = "Production URL for the edu site."
value = "https://${var.domain}"
}