Skip to content

Commit a723e86

Browse files
committed
Update /apply redirect in main.tf, maybe that'll work?
1 parent 9ecddd0 commit a723e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/prod/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ resource "google_compute_url_map" "main" {
502502
}
503503
url_redirect {
504504
https_redirect = true
505-
host_redirect = "bit.ly"
506-
path_redirect = "/baaahs-2025-application"
505+
host_redirect = "docs.google.com"
506+
path_redirect = "/forms/d/e/1FAIpQLSf-nBepcL9qLEoNDxatDGv_kFnkbzJZrrk_JAScloY_fB6ZYQ/viewform"
507507
}
508508
}
509509
}

0 commit comments

Comments
 (0)