From 9dd24d9a0784fd7be3e9c8f1f93a7b05b5ba9c65 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Tue, 17 Jun 2025 18:28:33 +0000 Subject: [PATCH] Add Support for CSI (#14238) Co-authored-by: Thomas Rodgers [upstream:6764c5acedb7e7daf564bbc96fac07d5c5e424c5] Signed-off-by: Modular Magician --- compute_interconnect_basic_test/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute_interconnect_basic_test/main.tf b/compute_interconnect_basic_test/main.tf index 13fe1cac..bbfca14f 100644 --- a/compute_interconnect_basic_test/main.tf +++ b/compute_interconnect_basic_test/main.tf @@ -5,7 +5,7 @@ resource "google_compute_interconnect" "example-interconnect" { customer_name = "internal_customer" # Special customer only available for Google testing. interconnect_type = "DEDICATED" link_type = "LINK_TYPE_ETHERNET_10G_LR" - location = "https://www.googleapis.com/compute/v1/projects/${data.google_project.project.name}/global/interconnectLocations/z2z-us-east4-zone1-lciadl-a" # Special location only available for Google testing. + location = "https://www.googleapis.com/compute/v1/${data.google_project.project.id}/global/interconnectLocations/z2z-us-east4-zone1-lciadl-a" # Special location only available for Google testing. requested_link_count = 1 admin_enabled = true description = "example description"