From 4a65dad8a064d5d7b10e325f95c60971966b66b2 Mon Sep 17 00:00:00 2001 From: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:56:59 -0800 Subject: [PATCH] Update resource_compute_region_target_https_proxy_test.go.tmpl --- ...source_compute_region_target_https_proxy_test.go.tmpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mmv1/third_party/terraform/services/compute/resource_compute_region_target_https_proxy_test.go.tmpl b/mmv1/third_party/terraform/services/compute/resource_compute_region_target_https_proxy_test.go.tmpl index ff8a1e023468..218a4298d0ba 100644 --- a/mmv1/third_party/terraform/services/compute/resource_compute_region_target_https_proxy_test.go.tmpl +++ b/mmv1/third_party/terraform/services/compute/resource_compute_region_target_https_proxy_test.go.tmpl @@ -343,10 +343,11 @@ resource "google_compute_region_ssl_certificate" "foobar1" { } resource "google_compute_region_ssl_certificate" "foobar2" { - name = "httpsproxy-test-cert2-%s" - description = "very descriptive" - private_key = file("test-fixtures/test.key") - certificate = file("test-fixtures/test.crt") + name = "httpsproxy-test-cert2-%s" + description = "very descriptive" + private_key_wo = file("test-fixtures/test.key") + private_key_wo_version = parseint(filesha256("test-fixtures/test.key"),16) %% pow(2,32) + certificate = file("test-fixtures/test.crt") } `, id, id, id, id, id, id, id, id, id, id) }