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 }