website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


infra/variables.tf
778e0a4 1
variable "cloudflare_account_id" {
778e0a4 2
  description = "Cloudflare account ID"
778e0a4 3
  type        = string
778e0a4 4
  default     = "dfdb8ca4e419990852eb214c5b50bd5e"
778e0a4 5
}
778e0a4 6
778e0a4 7
variable "cloudflare_zone_id" {
778e0a4 8
  description = "Zone ID for the pyrossh.dev zone"
778e0a4 9
  type        = string
778e0a4 10
  default     = "e95a5d8957b75859c814579deebfce33"
778e0a4 11
}