mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
.
This commit is contained in:
@@ -79,20 +79,4 @@ resource "google_compute_global_forwarding_rule" "fancy_http_rule" {
|
||||
|
||||
|
||||
|
||||
# ENABLE CDN
|
||||
resource "google_compute_backend_service" "fancy_fe_frontend" {
|
||||
name = "fancy-fe-frontend"
|
||||
port_name = "frontend"
|
||||
protocol = "HTTP"
|
||||
load_balancing_scheme = "INTERNAL_SELF_MANAGED"
|
||||
|
||||
backend {
|
||||
group = google_compute_instance_group_manager.fancy_fe_mig.self_link
|
||||
}
|
||||
|
||||
health_checks = [
|
||||
google_compute_http_health_check.fancy_fe_frontend_hc.self_link
|
||||
]
|
||||
|
||||
enable_cdn = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user