From 3b3a19c4c523007a116bd1f4b3275a65ca2ae031 Mon Sep 17 00:00:00 2001 From: drewmercer-bl Date: Thu, 13 Feb 2025 13:54:07 -0800 Subject: [PATCH] fix(adding ssl policy): adding more prohibitive ssl policy to load balancer --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 88765c2..86609ce 100644 --- a/main.tf +++ b/main.tf @@ -94,7 +94,7 @@ resource "google_compute_global_forwarding_rule" "https" { labels = var.custom_labels_https_fwd_rule } -# SSL Policy for the load balancer # +# SSL Policy for the load balancer resource "google_compute_ssl_policy" "tls12-ssl-policy" { name = "${var.project_id}-tls12-ssl-policy" profile = "MODERN" # Use MODERN for strong security settings.