website

#astro#js#html#css

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

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


infra/outputs.tf
778e0a4 1
output "bucket_name" {
778e0a4 2
  value = cloudflare_r2_bucket.website.name
778e0a4 3
}
778e0a4 4
778e0a4 5
output "custom_domain_ownership_status" {
778e0a4 6
  value = cloudflare_r2_custom_domain.website.status.ownership
778e0a4 7
}
778e0a4 8
778e0a4 9
output "custom_domain_ssl_status" {
778e0a4 10
  value = cloudflare_r2_custom_domain.website.status.ssl
778e0a4 11
}