Skip to content

Commit cfb9352

Browse files
committed
TF: Disable GCLB CDN
1 parent 4181692 commit cfb9352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/daemon/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "google_compute_backend_service" "daemon" {
3232
protocol = "HTTP"
3333
port_name = "http"
3434
timeout_sec = 3600
35-
enable_cdn = true
35+
enable_cdn = false
3636

3737
security_policy = var.name == "bitcoin-mainnet" ? "https://www.googleapis.com/compute/v1/projects/${var.project}/global/securityPolicies/esplora-block-rule" : "" # TODO: add to TF
3838

0 commit comments

Comments
 (0)