Skip to content

Commit

Permalink
Update mmv1/third_party/terraform/services/compute/data_source_comput…
Browse files Browse the repository at this point in the history
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
  • Loading branch information
sanmaym and NickElliot authored Feb 4, 2024
1 parent ad254a7 commit 957fc42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "google_compute_forwarding_rule" "psc_ilb_target_service" {
}
resource "google_compute_health_check" "producer_service_health_check" {
name = "producer-service-health-check"
name = "producer-service-health-check%{random_suffix}"
check_interval_sec = 1
timeout_sec = 1
Expand Down

0 comments on commit 957fc42

Please sign in to comment.