From 3c6f4149b7e4633b63cb5ac00facbaa02992c367 Mon Sep 17 00:00:00 2001 From: Junaid Ahmed Date: Sat, 25 Apr 2026 22:12:25 +0100 Subject: [PATCH] feat(shehryar): swap custom domain from junaid.guru to shehryar.dev --- terraform/apps/shehryar.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/apps/shehryar.tf b/terraform/apps/shehryar.tf index 7e02dcc..3ff3ef6 100644 --- a/terraform/apps/shehryar.tf +++ b/terraform/apps/shehryar.tf @@ -48,7 +48,7 @@ resource "google_firebase_hosting_custom_domain" "shehryar" { provider = google-beta project = var.project_id site_id = module.shehryar_hosting.site_id - custom_domain = "shehryar.junaid.guru" + custom_domain = "shehryar.dev" wait_dns_verification = false }