Skip to content

Commit bbe5ee0

Browse files
Remove domain mapping in tf
1 parent fdb7d41 commit bbe5ee0

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

terraform/main.tf

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,5 @@ resource "google_cloud_run_v2_service_iam_member" "public_access" {
186186
member = "allUsers"
187187
}
188188

189-
# Custom domain mapping
190-
resource "google_cloud_run_domain_mapping" "api" {
191-
name = "v2.api.policyengine.org"
192-
location = var.region
193-
194-
metadata {
195-
namespace = var.project_id
196-
}
197-
198-
spec {
199-
route_name = google_cloud_run_v2_service.api.name
200-
}
201-
}
189+
# Custom domain mapping managed manually via gcloud CLI
190+
# (Terraform domain mapping requires domain verification with service account)

0 commit comments

Comments
 (0)