Skip to content

Commit 0643409

Browse files
Add Support for CSI (#14238) (#1022)
[upstream:6764c5acedb7e7daf564bbc96fac07d5c5e424c5] Signed-off-by: Modular Magician <[email protected]>
1 parent 698ba3f commit 0643409

File tree

1 file changed

+1
-1
lines changed
  • compute_interconnect_basic_test

1 file changed

+1
-1
lines changed

compute_interconnect_basic_test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "google_compute_interconnect" "example-interconnect" {
55
customer_name = "internal_customer" # Special customer only available for Google testing.
66
interconnect_type = "DEDICATED"
77
link_type = "LINK_TYPE_ETHERNET_10G_LR"
8-
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.
8+
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.
99
requested_link_count = 1
1010
admin_enabled = true
1111
description = "example description"

0 commit comments

Comments
 (0)