Skip to content

Commit 24962f2

Browse files
committed
Set ssl_policy=null
1 parent d7921c1 commit 24962f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coder/deploy/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ resource "google_compute_target_https_proxy" "default" {
186186
name = "${var.project}-https-proxy"
187187
url_map = google_compute_url_map.default.id
188188
ssl_certificates = [google_compute_managed_ssl_certificate.lb_default.id]
189+
ssl_policy = null
189190
}
190191

191192
resource "google_compute_global_address" "default" {

0 commit comments

Comments
 (0)