Skip to content

Commit 1deb846

Browse files
committed
Fix test by adding targetService to context
1 parent 24fde71 commit 1deb846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mmv1/third_party/terraform/services/compute/resource_compute_service_attachment_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ func testAccComputeServiceAttachment_targetServiceUpdate(context map[string]inte
158158
} else {
159159
targetService = "google_compute_forwarding_rule.producer_l7_ilb_forwarding_rule.id"
160160
}
161+
context["target_service"] = targetService
161162
return acctest.Nprintf(`
162163
resource "google_compute_network" "psc_ilb_network" {
163164
name = "tf-test-producer-net-%{random_suffix}"

0 commit comments

Comments
 (0)