We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7921c1 commit 24962f2Copy full SHA for 24962f2
coder/deploy/main.tf
@@ -186,6 +186,7 @@ resource "google_compute_target_https_proxy" "default" {
186
name = "${var.project}-https-proxy"
187
url_map = google_compute_url_map.default.id
188
ssl_certificates = [google_compute_managed_ssl_certificate.lb_default.id]
189
+ ssl_policy = null
190
}
191
192
resource "google_compute_global_address" "default" {
0 commit comments