Skip to content

Commit d6c3a8d

Browse files
committed
test: fix failure test
1 parent 24b52bc commit d6c3a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/templates/terraform/examples/apigee_instance_service_attachment_basic_test.tf.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resource "google_compute_forwarding_rule" "psc_ilb_consumer" {
6161
target = google_compute_service_attachment.psc_ilb_service_attachment.id
6262
load_balancing_scheme = "" # need to override EXTERNAL default when target is a service attachment
6363
network = "default"
64-
ip_address = google_compute_address.psc_ilb_consumer_address.address
64+
ip_address = google_compute_address.psc_ilb_consumer_address.id
6565

6666
project = google_project.project.project_id
6767
}

0 commit comments

Comments
 (0)