Skip to content

Commit 1ba7dcb

Browse files
authored
PIM-12026 Fix PR concurrency on ssl policy (#1031)
1 parent 21340e2 commit 1ba7dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/modules/services/networking/load-balancer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "google_compute_managed_ssl_certificate" "default" {
2626
}
2727

2828
resource "google_compute_ssl_policy" "default" {
29-
name = "default-ssl-tls-policy"
29+
name = "${local.context}-default-ssl-tls-policy"
3030
profile = "COMPATIBLE"
3131
min_tls_version = "TLS_1_2"
3232
}

0 commit comments

Comments
 (0)