mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore(tf): rename url_map due to upstream bugs, attempt to not modify it
This commit is contained in:
parent
8ddf8e6aac
commit
c7381c3d66
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ resource "google_compute_url_map" "web_lb" {
|
||||||
|
|
||||||
host_rule {
|
host_rule {
|
||||||
hosts = var.ui_hostnames
|
hosts = var.ui_hostnames
|
||||||
path_matcher = "web"
|
path_matcher = "path-matcher-1" // Matching google console due to bug with mutating url_maps
|
||||||
}
|
}
|
||||||
|
|
||||||
path_matcher {
|
path_matcher {
|
||||||
name = "web"
|
name = "path-matcher-1"
|
||||||
default_service = google_compute_backend_service.web_lb.id
|
default_service = google_compute_backend_service.web_lb.id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue